Html Css Color HEX #FEF560 Corn

📋 copy color: '#FEF560'

red 254 ◦ green 245 ◦ blue 96

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

Shades of Corn #FEF560

Tints of Corn #FEF560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.13%

R = 42.69%
G = 41.18%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEF560 (or 0xFEF560) is known color: Corn. HEX triplet: FE, F5 and 60. RGB value is (254,245,96). Sum of RGB (Red+Green+Blue) = 254+245+96=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 96 (37.89% from 255 or 16.13% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF560 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF560 is #010A9F. Grayscale: #E7E7E7. Windows color (decimal): -68256 or 6354430. OLE color: 6354430.

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

Color convert

RGB 254 245 96 -
CMYK 0 0.04 0.62 0.00
HSL 56.58º 0.99% 0.69% -
HSV(B) 56.58º 0.62% 1% -
XYZ 75.64 87.22 23.92 -
YUV 230.71 51.98 144.62 -
System Red Green Blue C M Y K H S L
Decimal 254 245 96 0 0.04 0.62 0.00 56.58 0.99 0.69
Hex FE F5 60 0 4 3E 0 39 63 45
Octal 376 365 140 0 4 76 0 71 143 105
Binary 11111110 11110101 1100000 0 100 111110 0 111001 1100011 1000101

Color Harmonies of #FEF560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF560

Black with #FEF560

Text Example


Text Example

White with #FEF560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF560; }

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

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

background-color css

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

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

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

border-color css

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

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

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