Html Css Color HEX #F5E368 Sweet Corn

📋 copy color: '#F5E368'

red 245 ◦ green 227 ◦ blue 104

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

Shades of Sweet Corn #F5E368

Tints of Sweet Corn #F5E368

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.41%

 BLUE value IS 104 (41.02% from 255) = 18.06%

R = 42.53%
G = 39.41%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F5E368 (or 0xF5E368) is known color: Sweet Corn. HEX triplet: F5, E3 and 68. RGB value is (245,227,104). Sum of RGB (Red+Green+Blue) = 245+227+104=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 104 (41.02% from 255 or 18.06% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E368 is #0A1C97. Grayscale: #DADADA. Windows color (decimal): -662680 or 6874101. OLE color: 6874101.

HSL color Cylindrical-coordinate representation of color #F5E368: hue angle of 52.34º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5E368 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 227 104 -
CMYK 0 0.07 0.58 0.04
HSL 52.34º 0.88% 0.68% -
HSV(B) 52.34º 0.58% 0.96% -
XYZ 67.62 75.35 24.08 -
YUV 218.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 245 227 104 0 0.07 0.58 0.04 52.34 0.88 0.68
Hex F5 E3 68 0 7 3A 4 34 58 44
Octal 365 343 150 0 7 72 4 64 130 104
Binary 11110101 11100011 1101000 0 111 111010 100 110100 1011000 1000100

Color Harmonies of #F5E368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E368

Black with #F5E368

Text Example


Text Example

White with #F5E368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E368; }

 p { color: rgb(245,227,104); }

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

background-color css

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

 a { background-color: rgb(245,227,104); }

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

border-color css

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

 span { border-color: rgb(245,227,104); }

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