Html Css Color HEX #FDF198 Drover

📋 copy color: '#FDF198'

red 253 ◦ green 241 ◦ blue 152

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

Shades of Drover #FDF198

Tints of Drover #FDF198

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.31%

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

R = 39.16%
G = 37.31%
B = 23.53%

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

#FDF198 (or 0xFDF198) is known color: Drover. HEX triplet: FD, F1 and 98. RGB value is (253,241,152). Sum of RGB (Red+Green+Blue) = 253+241+152=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 152 (59.77% from 255 or 23.53% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF198 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF198 is #020E67. Grayscale: #EAEAEA. Windows color (decimal): -134760 or 10023421. OLE color: 10023421.

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

Color convert

RGB 253 241 152 -
CMYK 0 0.05 0.40 0.01
HSL 52.87º 0.96% 0.79% -
HSV(B) 52.87º 0.4% 0.99% -
XYZ 77.63 86.06 42.23 -
YUV 234.44 81.48 141.24 -
System Red Green Blue C M Y K H S L
Decimal 253 241 152 0 0.05 0.40 0.01 52.87 0.96 0.79
Hex FD F1 98 0 5 28 1 35 60 4F
Octal 375 361 230 0 5 50 1 65 140 117
Binary 11111101 11110001 10011000 0 101 101000 1 110101 1100000 1001111

Color Harmonies of #FDF198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF198

Black with #FDF198

Text Example


Text Example

White with #FDF198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF198; }

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

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

background-color css

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

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

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

border-color css

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

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

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