Html Css Color HEX #FDE998 Drover

📋 copy color: '#FDE998'

red 253 ◦ green 233 ◦ blue 152

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

Shades of Drover #FDE998

Tints of Drover #FDE998

RGB

 RED value IS 253 (99.22% from 255) = 39.66%

 GREEN value IS 233 (91.41% from 255) = 36.52%

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

R = 39.66%
G = 36.52%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDE998 (or 0xFDE998) is known color: Drover. HEX triplet: FD, E9 and 98. RGB value is (253,233,152). Sum of RGB (Red+Green+Blue) = 253+233+152=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 152 (59.77% from 255 or 23.82% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE998 is #021667. Grayscale: #E6E6E6. Windows color (decimal): -136808 or 10021373. OLE color: 10021373.

HSL color Cylindrical-coordinate representation of color #FDE998: hue angle of 48.12º degrees, saturation: 0.96, 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 #FDE998 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 233 152 -
CMYK 0 0.08 0.40 0.01
HSL 48.12º 0.96% 0.79% -
HSV(B) 48.12º 0.4% 0.99% -
XYZ 75.31 81.43 41.45 -
YUV 229.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 253 233 152 0 0.08 0.40 0.01 48.12 0.96 0.79
Hex FD E9 98 0 8 28 1 30 60 4F
Octal 375 351 230 0 10 50 1 60 140 117
Binary 11111101 11101001 10011000 0 1000 101000 1 110000 1100000 1001111

Color Harmonies of #FDE998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE998

Black with #FDE998

Text Example


Text Example

White with #FDE998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE998; }

 p { color: rgb(253,233,152); }

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

background-color css

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

 a { background-color: rgb(253,233,152); }

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

border-color css

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

 span { border-color: rgb(253,233,152); }

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