Html Css Color HEX #FCF042 Paris Daisy

📋 copy color: '#FCF042'

red 252 ◦ green 240 ◦ blue 66

#FCF042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #FCF042

Tints of Paris Daisy #FCF042

RGB

 RED value IS 252 (98.83% from 255) = 45.16%

 GREEN value IS 240 (94.14% from 255) = 43.01%

 BLUE value IS 66 (26.17% from 255) = 11.83%

R = 45.16%
G = 43.01%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCF042 (or 0xFCF042) is known color: Paris Daisy. HEX triplet: FC, F0 and 42. RGB value is (252,240,66). Sum of RGB (Red+Green+Blue) = 252+240+66=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 66 (26.17% from 255 or 11.83% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF042 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF042 is #030FBD. Grayscale: #E0E0E0. Windows color (decimal): -200638 or 4387068. OLE color: 4387068.

HSL color Cylindrical-coordinate representation of color #FCF042: hue angle of 56.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCF042 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 240 66 -
CMYK 0 0.05 0.74 0.01
HSL 56.13º 0.97% 0.62% -
HSV(B) 56.13º 0.74% 0.99% -
XYZ 72.29 83.41 17.44 -
YUV 223.75 38.98 148.15 -
System Red Green Blue C M Y K H S L
Decimal 252 240 66 0 0.05 0.74 0.01 56.13 0.97 0.62
Hex FC F0 42 0 5 4A 1 38 61 3E
Octal 374 360 102 0 5 112 1 70 141 76
Binary 11111100 11110000 1000010 0 101 1001010 1 111000 1100001 111110

Color Harmonies of #FCF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF042

Black with #FCF042

Text Example


Text Example

White with #FCF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF042; }

 p { color: rgb(252,240,66); }

 H1.HeaderClassName
 {
   color: #FCF042;
 }
 .AnyTagClassName
 {
   color: #FCF042;
 }
</style>

background-color css

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

 a { background-color: rgb(252,240,66); }

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

border-color css

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

 span { border-color: rgb(252,240,66); }

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