Html Css Color HEX #F5E67C Sweet Corn

📋 copy color: '#F5E67C'

red 245 ◦ green 230 ◦ blue 124

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

Shades of Sweet Corn #F5E67C

Tints of Sweet Corn #F5E67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.7%

R = 40.9%
G = 38.4%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5E67C (or 0xF5E67C) is known color: Sweet Corn. HEX triplet: F5, E6 and 7C. RGB value is (245,230,124). Sum of RGB (Red+Green+Blue) = 245+230+124=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E67C is #0A1983. Grayscale: #DEDEDE. Windows color (decimal): -661892 or 8185589. OLE color: 8185589.

HSL color Cylindrical-coordinate representation of color #F5E67C: hue angle of 52.56º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5E67C is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 230 124 -
CMYK 0 0.06 0.49 0.04
HSL 52.56º 0.86% 0.72% -
HSV(B) 52.56º 0.49% 0.96% -
XYZ 69.59 77.46 30.35 -
YUV 222.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 245 230 124 0 0.06 0.49 0.04 52.56 0.86 0.72
Hex F5 E6 7C 0 6 31 4 35 56 48
Octal 365 346 174 0 6 61 4 65 126 110
Binary 11110101 11100110 1111100 0 110 110001 100 110101 1010110 1001000

Color Harmonies of #F5E67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E67C

Black with #F5E67C

Text Example


Text Example

White with #F5E67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E67C; }

 p { color: rgb(245,230,124); }

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

background-color css

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

 a { background-color: rgb(245,230,124); }

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

border-color css

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

 span { border-color: rgb(245,230,124); }

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