Html Css Color HEX #FEF296 Drover

📋 copy color: '#FEF296'

red 254 ◦ green 242 ◦ blue 150

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

Shades of Drover #FEF296

Tints of Drover #FEF296

RGB

 RED value IS 254 (99.61% from 255) = 39.32%

 GREEN value IS 242 (94.92% from 255) = 37.46%

 BLUE value IS 150 (58.98% from 255) = 23.22%

R = 39.32%
G = 37.46%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEF296 (or 0xFEF296) is known color: Drover. HEX triplet: FE, F2 and 96. RGB value is (254,242,150). Sum of RGB (Red+Green+Blue) = 254+242+150=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 150 (58.98% from 255 or 23.22% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF296 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF296 is #010D69. Grayscale: #EBEBEB. Windows color (decimal): -68970 or 9892606. OLE color: 9892606.

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

Color convert

RGB 254 242 150 -
CMYK 0 0.05 0.41 0.00
HSL 53.08º 0.98% 0.79% -
HSV(B) 53.08º 0.41% 1% -
XYZ 78.13 86.78 41.49 -
YUV 235.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 254 242 150 0 0.05 0.41 0.00 53.08 0.98 0.79
Hex FE F2 96 0 5 29 0 35 62 4F
Octal 376 362 226 0 5 51 0 65 142 117
Binary 11111110 11110010 10010110 0 101 101001 0 110101 1100010 1001111

Color Harmonies of #FEF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF296

Black with #FEF296

Text Example


Text Example

White with #FEF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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