Html Css Color HEX #F5E35F Corn

📋 copy color: '#F5E35F'

red 245 ◦ green 227 ◦ blue 95

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

Shades of Corn #F5E35F

Tints of Corn #F5E35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.75%

R = 43.21%
G = 40.04%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5E35F (or 0xF5E35F) is known color: Corn. HEX triplet: F5, E3 and 5F. RGB value is (245,227,95). Sum of RGB (Red+Green+Blue) = 245+227+95=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 95 (37.5% from 255 or 16.75% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E35F is #0A1CA0. Grayscale: #D9D9D9. Windows color (decimal): -662689 or 6284277. OLE color: 6284277.

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

Color convert

RGB 245 227 95 -
CMYK 0 0.07 0.61 0.04
HSL 52.8º 0.88% 0.67% -
HSV(B) 52.8º 0.61% 0.96% -
XYZ 67.19 75.18 21.8 -
YUV 217.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 245 227 95 0 0.07 0.61 0.04 52.8 0.88 0.67
Hex F5 E3 5F 0 7 3D 4 35 58 43
Octal 365 343 137 0 7 75 4 65 130 103
Binary 11110101 11100011 1011111 0 111 111101 100 110101 1011000 1000011

Color Harmonies of #F5E35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E35F

Black with #F5E35F

Text Example


Text Example

White with #F5E35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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