#FEF298

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

Shades of Drover #FEF298

Tints of Drover #FEF298

Color information

#FEF298 (or 0xFEF298) is unknown color: approx Drover. HEX triplet: FE, F2 and 98. RGB value is (254,242,152). Sum of RGB (Red+Green+Blue) = 254+242+152=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 152 (59.77% from 255 or 23.46% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF298 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF298 is #010D67. Grayscale: #EBEBEB. Windows color (decimal): -68968 or 10023678. OLE color: 10023678.

HSL color Cylindrical-coordinate representation of color #FEF298: hue angle of 52.94º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEF298 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB254242152-
CMYK00.050.400.00
HSL52.94º98.08%79.61%-
HSV(B)52.94º40.16%99.61%-
XYZ78.2986.8442.34-
YUV235.3380.98141.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 242 (94.92% from 255) = 37.35%
BLUE value IS 152 (59.77% from 255) = 23.46%
R=39.20%
G=37.35%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424215200.050.400.0052.9498.0879.61
HexFEF29805280356250
Octal3763622300550065142120
Binary1111111011110010100110000101101000011010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF298; }

 p { color: rgb(254,242,152); }

 H1.HeaderClassName
 {
   color: #FEF298;
 }
 .AnyTagClassName
 {
   color: #FEF298;
 }
</style>
background-color css

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

 a { background-color: rgb(254,242,152); }

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

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

 span { border-color: rgb(254,242,152); }

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