Html Css Color HEX #FEF45A Corn

📋 copy color: '#FEF45A'

red 254 ◦ green 244 ◦ blue 90

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

Shades of Corn #FEF45A

Tints of Corn #FEF45A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.5%

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

R = 43.2%
G = 41.5%
B = 15.31%

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

#FEF45A (or 0xFEF45A) is known color: Corn. HEX triplet: FE, F4 and 5A. RGB value is (254,244,90). Sum of RGB (Red+Green+Blue) = 254+244+90=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 90 (35.55% from 255 or 15.31% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF45A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF45A is #010BA5. Grayscale: #E6E6E6. Windows color (decimal): -68518 or 5960958. OLE color: 5960958.

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

Color convert

RGB 254 244 90 -
CMYK 0 0.04 0.65 0.00
HSL 56.34º 0.99% 0.67% -
HSV(B) 56.34º 0.65% 1% -
XYZ 75.07 86.51 22.41 -
YUV 229.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 254 244 90 0 0.04 0.65 0.00 56.34 0.99 0.67
Hex FE F4 5A 0 4 41 0 38 63 43
Octal 376 364 132 0 4 101 0 70 143 103
Binary 11111110 11110100 1011010 0 100 1000001 0 111000 1100011 1000011

Color Harmonies of #FEF45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF45A

Black with #FEF45A

Text Example


Text Example

White with #FEF45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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