#FFF34C

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

Shades of Paris Daisy #FFF34C

Tints of Paris Daisy #FFF34C

Color information

#FFF34C (or 0xFFF34C) is unknown color: approx Paris Daisy. HEX triplet: FF, F3 and 4C. RGB value is (255,243,76). Sum of RGB (Red+Green+Blue) = 255+243+76=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 76 (30.08% from 255 or 13.24% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF34C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF34C is #000CB3. Grayscale: #E4E4E4. Windows color (decimal): -3252 or 5043199. OLE color: 5043199.

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

Color convert

RGB25524376-
CMYK00.050.700
HSL55.98º100%64.9%-
HSV(B)55.98º70.2%100%-
XYZ74.685.8819.48-
YUV227.5542.48147.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.43%
GREEN value IS 243 (95.31% from 255) = 42.33%
BLUE value IS 76 (30.08% from 255) = 13.24%
R=44.43%
G=42.33%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552437600.050.70055.9810064.9
HexFFF34C05460386441
Octal37736311405106070144101
Binary1111111111110011100110001011000110011100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF34C; }

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

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

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

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

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

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

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

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