Html Css Color HEX #FEE665 Corn

📋 copy color: '#FEE665'

red 254 ◦ green 230 ◦ blue 101

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

Shades of Corn #FEE665

Tints of Corn #FEE665

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.32%

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

R = 43.42%
G = 39.32%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEE665 (or 0xFEE665) is known color: Corn. HEX triplet: FE, E6 and 65. RGB value is (254,230,101). Sum of RGB (Red+Green+Blue) = 254+230+101=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 101 (39.84% from 255 or 17.26% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE665 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE665 is #01199A. Grayscale: #DFDFDF. Windows color (decimal): -72091 or 6678270. OLE color: 6678270.

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

Color convert

RGB 254 230 101 -
CMYK 0 0.09 0.60 0.00
HSL 50.59º 0.99% 0.7% -
HSV(B) 50.59º 0.6% 1% -
XYZ 71.52 78.6 23.71 -
YUV 222.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 254 230 101 0 0.09 0.60 0.00 50.59 0.99 0.7
Hex FE E6 65 0 9 3C 0 33 63 46
Octal 376 346 145 0 11 74 0 63 143 106
Binary 11111110 11100110 1100101 0 1001 111100 0 110011 1100011 1000110

Color Harmonies of #FEE665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE665

Black with #FEE665

Text Example


Text Example

White with #FEE665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE665; }

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

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

background-color css

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

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

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

border-color css

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

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

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