Html Css Color HEX #FCF642 Paris Daisy

📋 copy color: '#FCF642'

red 252 ◦ green 246 ◦ blue 66

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

Shades of Paris Daisy #FCF642

Tints of Paris Daisy #FCF642

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.62%

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

R = 44.68%
G = 43.62%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCF642 (or 0xFCF642) is known color: Paris Daisy. HEX triplet: FC, F6 and 42. RGB value is (252,246,66). Sum of RGB (Red+Green+Blue) = 252+246+66=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 66 (26.17% from 255 or 11.70% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF642 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF642 is #0309BD. Grayscale: #E3E3E3. Windows color (decimal): -199102 or 4388604. OLE color: 4388604.

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

Color convert

RGB 252 246 66 -
CMYK 0 0.02 0.74 0.01
HSL 58.06º 0.97% 0.62% -
HSV(B) 58.06º 0.74% 0.99% -
XYZ 74.08 87 18.04 -
YUV 227.27 36.99 145.64 -
System Red Green Blue C M Y K H S L
Decimal 252 246 66 0 0.02 0.74 0.01 58.06 0.97 0.62
Hex FC F6 42 0 2 4A 1 3A 61 3E
Octal 374 366 102 0 2 112 1 72 141 76
Binary 11111100 11110110 1000010 0 10 1001010 1 111010 1100001 111110

Color Harmonies of #FCF642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF642

Black with #FCF642

Text Example


Text Example

White with #FCF642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF642; }

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

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

background-color css

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

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

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

border-color css

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

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

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