Html Css Color HEX #FEF45B Corn

📋 copy color: '#FEF45B'

red 254 ◦ green 244 ◦ blue 91

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

Shades of Corn #FEF45B

Tints of Corn #FEF45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.45%

R = 43.12%
G = 41.43%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEF45B (or 0xFEF45B) is known color: Corn. HEX triplet: FE, F4 and 5B. RGB value is (254,244,91). Sum of RGB (Red+Green+Blue) = 254+244+91=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 91 (35.94% from 255 or 15.45% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF45B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF45B is #010BA4. Grayscale: #E6E6E6. Windows color (decimal): -68517 or 6026494. OLE color: 6026494.

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

Color convert

RGB 254 244 91 -
CMYK 0 0.04 0.64 0.00
HSL 56.32º 0.99% 0.68% -
HSV(B) 56.32º 0.64% 1% -
XYZ 75.11 86.53 22.64 -
YUV 229.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 254 244 91 0 0.04 0.64 0.00 56.32 0.99 0.68
Hex FE F4 5B 0 4 40 0 38 63 44
Octal 376 364 133 0 4 100 0 70 143 104
Binary 11111110 11110100 1011011 0 100 1000000 0 111000 1100011 1000100

Color Harmonies of #FEF45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF45B

Black with #FEF45B

Text Example


Text Example

White with #FEF45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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