Html Css Color HEX #F5E26C Sweet Corn

📋 copy color: '#F5E26C'

red 245 ◦ green 226 ◦ blue 108

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

Shades of Sweet Corn #F5E26C

Tints of Sweet Corn #F5E26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.65%

R = 42.31%
G = 39.03%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5E26C (or 0xF5E26C) is known color: Sweet Corn. HEX triplet: F5, E2 and 6C. RGB value is (245,226,108). Sum of RGB (Red+Green+Blue) = 245+226+108=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 108 (42.58% from 255 or 18.65% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E26C is #0A1D93. Grayscale: #DADADA. Windows color (decimal): -662932 or 7135989. OLE color: 7135989.

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

Color convert

RGB 245 226 108 -
CMYK 0 0.08 0.56 0.04
HSL 51.68º 0.87% 0.69% -
HSV(B) 51.68º 0.56% 0.96% -
XYZ 67.56 74.89 25.08 -
YUV 218.23 65.79 147.09 -
System Red Green Blue C M Y K H S L
Decimal 245 226 108 0 0.08 0.56 0.04 51.68 0.87 0.69
Hex F5 E2 6C 0 8 38 4 34 57 45
Octal 365 342 154 0 10 70 4 64 127 105
Binary 11110101 11100010 1101100 0 1000 111000 100 110100 1010111 1000101

Color Harmonies of #F5E26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E26C

Black with #F5E26C

Text Example


Text Example

White with #F5E26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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