Html Css Color HEX #FEF85A Corn

📋 copy color: '#FEF85A'

red 254 ◦ green 248 ◦ blue 90

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

Shades of Corn #FEF85A

Tints of Corn #FEF85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.89%

 BLUE value IS 90 (35.55% from 255) = 15.2%

R = 42.91%
G = 41.89%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEF85A (or 0xFEF85A) is known color: Corn. HEX triplet: FE, F8 and 5A. RGB value is (254,248,90). Sum of RGB (Red+Green+Blue) = 254+248+90=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 90 (35.55% from 255 or 15.20% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF85A is #0107A5. Grayscale: #E8E8E8. Windows color (decimal): -67494 or 5961982. OLE color: 5961982.

HSL color Cylindrical-coordinate representation of color #FEF85A: hue angle of 57.8º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEF85A is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 248 90 -
CMYK 0 0.02 0.65 0.00
HSL 57.8º 0.99% 0.67% -
HSV(B) 57.8º 0.65% 1% -
XYZ 76.29 88.94 22.82 -
YUV 231.78 47.99 143.85 -
System Red Green Blue C M Y K H S L
Decimal 254 248 90 0 0.02 0.65 0.00 57.8 0.99 0.67
Hex FE F8 5A 0 2 41 0 3A 63 43
Octal 376 370 132 0 2 101 0 72 143 103
Binary 11111110 11111000 1011010 0 10 1000001 0 111010 1100011 1000011

Color Harmonies of #FEF85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF85A

Black with #FEF85A

Text Example


Text Example

White with #FEF85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF85A; }

 p { color: rgb(254,248,90); }

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

background-color css

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

 a { background-color: rgb(254,248,90); }

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

border-color css

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

 span { border-color: rgb(254,248,90); }

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