#fff34b

Color #FFF34B Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #FFF34B

Tints of Paris Daisy #FFF34B

Color information

#FFF34B (or 0xFFF34B) is unknown color: approx Paris Daisy. HEX triplet: FF, F3 and 4B. RGB value is (255,243,75). Sum of RGB (Red+Green+Blue) = 255+243+75=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 75 (29.69% from 255 or 13.09% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF34B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF34B is #000CB4. Grayscale: #E4E4E4. Windows color (decimal): -3253 or 4977663. OLE color: 4977663.

HSL color Cylindrical-coordinate representation of color #FFF34B: hue angle of 56º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFF34B is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB25524375-
CMYK00.050.710
HSL56º100%64.71%-
HSV(B)56º70.59%100%-
XYZ74.5685.8719.3-
YUV227.4441.98147.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 75 (29.69% from 255) = 13.09%
R=44.50%
G=42.41%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552437500.050.7105610064.71
HexFFF34B05470386441
Octal37736311305107070144101
Binary1111111111110011100101101011000111011100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fff34b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fff34b; }

 p { color: rgb(255,243,75); }

 H1.HeaderClassName
 {
   color: #fff34b;
 }
 .AnyTagClassName
 {
   color: #fff34b;
 }
</style>
background-color css

<style>
 a { background-color: #fff34b; }

 a { background-color: rgb(255,243,75); }

 div.DivClassName
 {
   background-color: #fff34b;
 }
 .BgClassName
 {
   background-color: #fff34b;
 }
</style>
border-color css

<style>
 span { border-color: #fff34b; }

 span { border-color: rgb(255,243,75); }

 td.TdClassName
 {
   border-color: #fff34b;
 }
 .TagClassName
 {
   border-color: #fff34b;
 }
</style>