Html Css Color HEX #FCF098 Drover

📋 copy color: '#FCF098'

red 252 ◦ green 240 ◦ blue 152

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

Shades of Drover #FCF098

Tints of Drover #FCF098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 23.6%

R = 39.13%
G = 37.27%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCF098 (or 0xFCF098) is known color: Drover. HEX triplet: FC, F0 and 98. RGB value is (252,240,152). Sum of RGB (Red+Green+Blue) = 252+240+152=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 152 (59.77% from 255 or 23.60% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF098 is #030F67. Grayscale: #E9E9E9. Windows color (decimal): -200552 or 10023164. OLE color: 10023164.

HSL color Cylindrical-coordinate representation of color #FCF098: hue angle of 52.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCF098 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 240 152 -
CMYK 0 0.05 0.40 0.01
HSL 52.8º 0.94% 0.79% -
HSV(B) 52.8º 0.4% 0.99% -
XYZ 76.97 85.28 42.11 -
YUV 233.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 252 240 152 0 0.05 0.40 0.01 52.8 0.94 0.79
Hex FC F0 98 0 5 28 1 35 5E 4F
Octal 374 360 230 0 5 50 1 65 136 117
Binary 11111100 11110000 10011000 0 101 101000 1 110101 1011110 1001111

Color Harmonies of #FCF098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF098

Black with #FCF098

Text Example


Text Example

White with #FCF098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF098; }

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

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

background-color css

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

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

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

border-color css

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

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

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