#FEF297

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

Shades of Drover #FEF297

Tints of Drover #FEF297

Color information

#FEF297 (or 0xFEF297) is unknown color: approx Drover. HEX triplet: FE, F2 and 97. RGB value is (254,242,151). Sum of RGB (Red+Green+Blue) = 254+242+151=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 151 (59.38% from 255 or 23.34% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF297 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF297 is #010D68. Grayscale: #EBEBEB. Windows color (decimal): -68969 or 9958142. OLE color: 9958142.

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

Color convert

RGB254242151-
CMYK00.050.410.00
HSL53.01º98.1%79.41%-
HSV(B)53.01º40.55%99.61%-
XYZ78.2186.8141.91-
YUV235.2180.48141.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 242 (94.92% from 255) = 37.40%
BLUE value IS 151 (59.38% from 255) = 23.34%
R=39.26%
G=37.40%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424215100.050.410.0053.0198.179.41
HexFEF2970529035624f
Octal3763622270551065142117
Binary1111111011110010100101110101101001011010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF297; }

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

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

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

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

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

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

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

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