Html Css Color HEX #FEF15A Corn

📋 copy color: '#FEF15A'

red 254 ◦ green 241 ◦ blue 90

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

Shades of Corn #FEF15A

Tints of Corn #FEF15A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.2%

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

R = 43.42%
G = 41.2%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEF15A (or 0xFEF15A) is known color: Corn. HEX triplet: FE, F1 and 5A. RGB value is (254,241,90). Sum of RGB (Red+Green+Blue) = 254+241+90=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 90 (35.55% from 255 or 15.38% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF15A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF15A is #010EA5. Grayscale: #E4E4E4. Windows color (decimal): -69286 or 5960190. OLE color: 5960190.

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

Color convert

RGB 254 241 90 -
CMYK 0 0.05 0.65 0.00
HSL 55.24º 0.99% 0.67% -
HSV(B) 55.24º 0.65% 1% -
XYZ 74.17 84.72 22.12 -
YUV 227.67 50.31 146.78 -
System Red Green Blue C M Y K H S L
Decimal 254 241 90 0 0.05 0.65 0.00 55.24 0.99 0.67
Hex FE F1 5A 0 5 41 0 37 63 43
Octal 376 361 132 0 5 101 0 67 143 103
Binary 11111110 11110001 1011010 0 101 1000001 0 110111 1100011 1000011

Color Harmonies of #FEF15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF15A

Black with #FEF15A

Text Example


Text Example

White with #FEF15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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