Html Css Color HEX #FCF850 Paris Daisy

📋 copy color: '#FCF850'

red 252 ◦ green 248 ◦ blue 80

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

Shades of Paris Daisy #FCF850

Tints of Paris Daisy #FCF850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.76%

 BLUE value IS 80 (31.64% from 255) = 13.79%

R = 43.45%
G = 42.76%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCF850 (or 0xFCF850) is known color: Paris Daisy. HEX triplet: FC, F8 and 50. RGB value is (252,248,80). Sum of RGB (Red+Green+Blue) = 252+248+80=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 80 (31.64% from 255 or 13.79% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF850 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF850 is #0307AF. Grayscale: #E6E6E6. Windows color (decimal): -198576 or 5306620. OLE color: 5306620.

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

Color convert

RGB 252 248 80 -
CMYK 0 0.02 0.68 0.01
HSL 58.6º 0.97% 0.65% -
HSV(B) 58.6º 0.68% 0.99% -
XYZ 75.16 88.41 20.69 -
YUV 230.04 43.33 143.66 -
System Red Green Blue C M Y K H S L
Decimal 252 248 80 0 0.02 0.68 0.01 58.6 0.97 0.65
Hex FC F8 50 0 2 44 1 3B 61 41
Octal 374 370 120 0 2 104 1 73 141 101
Binary 11111100 11111000 1010000 0 10 1000100 1 111011 1100001 1000001

Color Harmonies of #FCF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF850

Black with #FCF850

Text Example


Text Example

White with #FCF850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF850; }

 p { color: rgb(252,248,80); }

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

background-color css

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

 a { background-color: rgb(252,248,80); }

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

border-color css

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

 span { border-color: rgb(252,248,80); }

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