Html Css Color HEX #F5E26F Sweet Corn

📋 copy color: '#F5E26F'

red 245 ◦ green 226 ◦ blue 111

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

Shades of Sweet Corn #F5E26F

Tints of Sweet Corn #F5E26F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.83%

 BLUE value IS 111 (43.75% from 255) = 19.07%

R = 42.1%
G = 38.83%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5E26F (or 0xF5E26F) is known color: Sweet Corn. HEX triplet: F5, E2 and 6F. RGB value is (245,226,111). Sum of RGB (Red+Green+Blue) = 245+226+111=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 111 (43.75% from 255 or 19.07% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E26F is #0A1D90. Grayscale: #DBDBDB. Windows color (decimal): -662929 or 7332597. OLE color: 7332597.

HSL color Cylindrical-coordinate representation of color #F5E26F: hue angle of 51.49º 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 #F5E26F is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 226 111 -
CMYK 0 0.08 0.55 0.04
HSL 51.49º 0.87% 0.7% -
HSV(B) 51.49º 0.55% 0.96% -
XYZ 67.72 74.95 25.94 -
YUV 218.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 245 226 111 0 0.08 0.55 0.04 51.49 0.87 0.7
Hex F5 E2 6F 0 8 37 4 33 57 46
Octal 365 342 157 0 10 67 4 63 127 106
Binary 11110101 11100010 1101111 0 1000 110111 100 110011 1010111 1000110

Color Harmonies of #F5E26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E26F

Black with #F5E26F

Text Example


Text Example

White with #F5E26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E26F; }

 p { color: rgb(245,226,111); }

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

background-color css

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

 a { background-color: rgb(245,226,111); }

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

border-color css

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

 span { border-color: rgb(245,226,111); }

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