Html Css Color HEX #FEF55A Corn

📋 copy color: '#FEF55A'

red 254 ◦ green 245 ◦ blue 90

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

Shades of Corn #FEF55A

Tints of Corn #FEF55A

RGB

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

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

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

R = 43.12%
G = 41.6%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEF55A (or 0xFEF55A) is known color: Corn. HEX triplet: FE, F5 and 5A. RGB value is (254,245,90). Sum of RGB (Red+Green+Blue) = 254+245+90=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 90 (35.55% from 255 or 15.28% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF55A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF55A is #010AA5. Grayscale: #E6E6E6. Windows color (decimal): -68262 or 5961214. OLE color: 5961214.

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

Color convert

RGB 254 245 90 -
CMYK 0 0.04 0.65 0.00
HSL 56.71º 0.99% 0.67% -
HSV(B) 56.71º 0.65% 1% -
XYZ 75.37 87.11 22.52 -
YUV 230.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 254 245 90 0 0.04 0.65 0.00 56.71 0.99 0.67
Hex FE F5 5A 0 4 41 0 39 63 43
Octal 376 365 132 0 4 101 0 71 143 103
Binary 11111110 11110101 1011010 0 100 1000001 0 111001 1100011 1000011

Color Harmonies of #FEF55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF55A

Black with #FEF55A

Text Example


Text Example

White with #FEF55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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