#FDF198

Color #FDF198 Drover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Drover #FDF198

Tints of Drover #FDF198

Color information

#FDF198 (or 0xFDF198) is unknown color: approx 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

RGB253241152-
CMYK00.050.400.01
HSL52.87º96.19%79.41%-
HSV(B)52.87º39.92%99.22%-
XYZ77.6386.0642.23-
YUV234.4481.48141.24-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324115200.050.400.0152.8796.1979.41
HexFDF1980528135604f
Octal3753612300550165140117
Binary1111110111110001100110000101101000111010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>