Html Css Color HEX #FEE760 Corn

📋 copy color: '#FEE760'

red 254 ◦ green 231 ◦ blue 96

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

Shades of Corn #FEE760

Tints of Corn #FEE760

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.76%

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

R = 43.72%
G = 39.76%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEE760 (or 0xFEE760) is known color: Corn. HEX triplet: FE, E7 and 60. RGB value is (254,231,96). Sum of RGB (Red+Green+Blue) = 254+231+96=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 96 (37.89% from 255 or 16.52% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE760 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE760 is #01189F. Grayscale: #DFDFDF. Windows color (decimal): -71840 or 6350846. OLE color: 6350846.

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

Color convert

RGB 254 231 96 -
CMYK 0 0.09 0.62 0.00
HSL 51.27º 0.99% 0.69% -
HSV(B) 51.27º 0.62% 1% -
XYZ 71.56 79.07 22.56 -
YUV 222.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 254 231 96 0 0.09 0.62 0.00 51.27 0.99 0.69
Hex FE E7 60 0 9 3E 0 33 63 45
Octal 376 347 140 0 11 76 0 63 143 105
Binary 11111110 11100111 1100000 0 1001 111110 0 110011 1100011 1000101

Color Harmonies of #FEE760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE760

Black with #FEE760

Text Example


Text Example

White with #FEE760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE760; }

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

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

background-color css

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

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

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

border-color css

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

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

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