Html Css Color HEX #F5E06E Sweet Corn

📋 copy color: '#F5E06E'

red 245 ◦ green 224 ◦ blue 110

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

Shades of Sweet Corn #F5E06E

Tints of Sweet Corn #F5E06E

RGB

 RED value IS 245 (96.09% from 255) = 42.31%

 GREEN value IS 224 (87.89% from 255) = 38.69%

 BLUE value IS 110 (43.36% from 255) = 19%

R = 42.31%
G = 38.69%
B = 19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5E06E (or 0xF5E06E) is known color: Sweet Corn. HEX triplet: F5, E0 and 6E. RGB value is (245,224,110). Sum of RGB (Red+Green+Blue) = 245+224+110=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 110 (43.36% from 255 or 19.00% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E06E is #0A1F91. Grayscale: #D9D9D9. Windows color (decimal): -663442 or 7266549. OLE color: 7266549.

HSL color Cylindrical-coordinate representation of color #F5E06E: hue angle of 50.67º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5E06E is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 224 110 -
CMYK 0 0.09 0.55 0.04
HSL 50.67º 0.87% 0.7% -
HSV(B) 50.67º 0.55% 0.96% -
XYZ 67.13 73.85 25.47 -
YUV 217.28 67.46 147.77 -
System Red Green Blue C M Y K H S L
Decimal 245 224 110 0 0.09 0.55 0.04 50.67 0.87 0.7
Hex F5 E0 6E 0 9 37 4 33 57 46
Octal 365 340 156 0 11 67 4 63 127 106
Binary 11110101 11100000 1101110 0 1001 110111 100 110011 1010111 1000110

Color Harmonies of #F5E06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E06E

Black with #F5E06E

Text Example


Text Example

White with #F5E06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E06E; }

 p { color: rgb(245,224,110); }

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

background-color css

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

 a { background-color: rgb(245,224,110); }

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

border-color css

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

 span { border-color: rgb(245,224,110); }

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