Html Css Color HEX #FCF942 Paris Daisy

📋 copy color: '#FCF942'

red 252 ◦ green 249 ◦ blue 66

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

Shades of Paris Daisy #FCF942

Tints of Paris Daisy #FCF942

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.92%

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

R = 44.44%
G = 43.92%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCF942 (or 0xFCF942) is known color: Paris Daisy. HEX triplet: FC, F9 and 42. RGB value is (252,249,66). Sum of RGB (Red+Green+Blue) = 252+249+66=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 66 (26.17% from 255 or 11.64% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF942 is #0306BD. Grayscale: #E5E5E5. Windows color (decimal): -198334 or 4389372. OLE color: 4389372.

HSL color Cylindrical-coordinate representation of color #FCF942: hue angle of 59.03º 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 #FCF942 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 249 66 -
CMYK 0 0.01 0.74 0.01
HSL 59.03º 0.97% 0.62% -
HSV(B) 59.03º 0.74% 0.99% -
XYZ 75 88.84 18.35 -
YUV 229.04 35.99 144.38 -
System Red Green Blue C M Y K H S L
Decimal 252 249 66 0 0.01 0.74 0.01 59.03 0.97 0.62
Hex FC F9 42 0 1 4A 1 3B 61 3E
Octal 374 371 102 0 1 112 1 73 141 76
Binary 11111100 11111001 1000010 0 1 1001010 1 111011 1100001 111110

Color Harmonies of #FCF942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF942

Black with #FCF942

Text Example


Text Example

White with #FCF942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF942; }

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

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

background-color css

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

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

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

border-color css

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

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

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