Html Css Color HEX #FEF465 Corn

📋 copy color: '#FEF465'

red 254 ◦ green 244 ◦ blue 101

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

Shades of Corn #FEF465

Tints of Corn #FEF465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 16.86%

R = 42.4%
G = 40.73%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEF465 (or 0xFEF465) is known color: Corn. HEX triplet: FE, F4 and 65. RGB value is (254,244,101). Sum of RGB (Red+Green+Blue) = 254+244+101=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 101 (39.84% from 255 or 16.86% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF465 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF465 is #010B9A. Grayscale: #E7E7E7. Windows color (decimal): -68507 or 6681854. OLE color: 6681854.

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

Color convert

RGB 254 244 101 -
CMYK 0 0.04 0.60 0.00
HSL 56.08º 0.99% 0.7% -
HSV(B) 56.08º 0.6% 1% -
XYZ 75.57 86.71 25.07 -
YUV 230.69 54.81 144.63 -
System Red Green Blue C M Y K H S L
Decimal 254 244 101 0 0.04 0.60 0.00 56.08 0.99 0.7
Hex FE F4 65 0 4 3C 0 38 63 46
Octal 376 364 145 0 4 74 0 70 143 106
Binary 11111110 11110100 1100101 0 100 111100 0 111000 1100011 1000110

Color Harmonies of #FEF465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF465

Black with #FEF465

Text Example


Text Example

White with #FEF465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF465; }

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

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

background-color css

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

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

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

border-color css

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

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

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