Html Css Color HEX #FEF060 Corn

📋 copy color: '#FEF060'

red 254 ◦ green 240 ◦ blue 96

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

Shades of Corn #FEF060

Tints of Corn #FEF060

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.68%

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

R = 43.05%
G = 40.68%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEF060 (or 0xFEF060) is known color: Corn. HEX triplet: FE, F0 and 60. RGB value is (254,240,96). Sum of RGB (Red+Green+Blue) = 254+240+96=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 96 (37.89% from 255 or 16.27% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF060 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF060 is #010F9F. Grayscale: #E4E4E4. Windows color (decimal): -69536 or 6353150. OLE color: 6353150.

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

Color convert

RGB 254 240 96 -
CMYK 0 0.06 0.62 0.00
HSL 54.68º 0.99% 0.69% -
HSV(B) 54.68º 0.62% 1% -
XYZ 74.14 84.24 23.42 -
YUV 227.77 53.64 146.71 -
System Red Green Blue C M Y K H S L
Decimal 254 240 96 0 0.06 0.62 0.00 54.68 0.99 0.69
Hex FE F0 60 0 6 3E 0 37 63 45
Octal 376 360 140 0 6 76 0 67 143 105
Binary 11111110 11110000 1100000 0 110 111110 0 110111 1100011 1000101

Color Harmonies of #FEF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF060

Black with #FEF060

Text Example


Text Example

White with #FEF060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF060; }

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

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

background-color css

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

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

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

border-color css

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

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

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