Html Css Color HEX #FEF5BA Corn Field

📋 copy color: '#FEF5BA'

red 254 ◦ green 245 ◦ blue 186

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

Shades of Corn Field #FEF5BA

Tints of Corn Field #FEF5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.77%

 BLUE value IS 186 (73.05% from 255) = 27.15%

R = 37.08%
G = 35.77%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEF5BA (or 0xFEF5BA) is known color: Corn Field. HEX triplet: FE, F5 and BA. RGB value is (254,245,186). Sum of RGB (Red+Green+Blue) = 254+245+186=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 186 (73.05% from 255 or 27.15% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5BA is #010A45. Grayscale: #F1F1F1. Windows color (decimal): -68166 or 12252670. OLE color: 12252670.

HSL color Cylindrical-coordinate representation of color #FEF5BA: hue angle of 52.06º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEF5BA is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 245 186 -
CMYK 0 0.04 0.27 0.00
HSL 52.06º 0.97% 0.86% -
HSV(B) 52.06º 0.27% 1% -
XYZ 82.39 89.92 59.47 -
YUV 240.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 254 245 186 0 0.04 0.27 0.00 52.06 0.97 0.86
Hex FE F5 BA 0 4 1B 0 34 61 56
Octal 376 365 272 0 4 33 0 64 141 126
Binary 11111110 11110101 10111010 0 100 11011 0 110100 1100001 1010110

Color Harmonies of #FEF5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5BA

Black with #FEF5BA

Text Example


Text Example

White with #FEF5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5BA; }

 p { color: rgb(254,245,186); }

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

background-color css

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

 a { background-color: rgb(254,245,186); }

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

border-color css

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

 span { border-color: rgb(254,245,186); }

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