Html Css Color HEX #FEE366 Corn

📋 copy color: '#FEE366'

red 254 ◦ green 227 ◦ blue 102

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

Shades of Corn #FEE366

Tints of Corn #FEE366

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.94%

 BLUE value IS 102 (40.23% from 255) = 17.5%

R = 43.57%
G = 38.94%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEE366 (or 0xFEE366) is known color: Corn. HEX triplet: FE, E3 and 66. RGB value is (254,227,102). Sum of RGB (Red+Green+Blue) = 254+227+102=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 102 (40.23% from 255 or 17.50% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE366 is #011C99. Grayscale: #DDDDDD. Windows color (decimal): -72858 or 6743038. OLE color: 6743038.

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

Color convert

RGB 254 227 102 -
CMYK 0 0.11 0.60 0.00
HSL 49.34º 0.99% 0.7% -
HSV(B) 49.34º 0.6% 1% -
XYZ 70.74 76.97 23.7 -
YUV 220.82 60.95 151.66 -
System Red Green Blue C M Y K H S L
Decimal 254 227 102 0 0.11 0.60 0.00 49.34 0.99 0.7
Hex FE E3 66 0 B 3C 0 31 63 46
Octal 376 343 146 0 13 74 0 61 143 106
Binary 11111110 11100011 1100110 0 1011 111100 0 110001 1100011 1000110

Color Harmonies of #FEE366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE366

Black with #FEE366

Text Example


Text Example

White with #FEE366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE366; }

 p { color: rgb(254,227,102); }

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

background-color css

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

 a { background-color: rgb(254,227,102); }

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

border-color css

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

 span { border-color: rgb(254,227,102); }

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