Html Css Color HEX #F5E35D Corn

📋 copy color: '#F5E35D'

red 245 ◦ green 227 ◦ blue 93

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

Shades of Corn #F5E35D

Tints of Corn #F5E35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.46%

R = 43.36%
G = 40.18%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5E35D (or 0xF5E35D) is known color: Corn. HEX triplet: F5, E3 and 5D. RGB value is (245,227,93). Sum of RGB (Red+Green+Blue) = 245+227+93=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 93 (36.72% from 255 or 16.46% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E35D is #0A1CA2. Grayscale: #D9D9D9. Windows color (decimal): -662691 or 6153205. OLE color: 6153205.

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

Color convert

RGB 245 227 93 -
CMYK 0 0.07 0.62 0.04
HSL 52.89º 0.88% 0.66% -
HSV(B) 52.89º 0.62% 0.96% -
XYZ 67.1 75.14 21.32 -
YUV 217.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 245 227 93 0 0.07 0.62 0.04 52.89 0.88 0.66
Hex F5 E3 5D 0 7 3E 4 35 58 42
Octal 365 343 135 0 7 76 4 65 130 102
Binary 11110101 11100011 1011101 0 111 111110 100 110101 1011000 1000010

Color Harmonies of #F5E35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E35D

Black with #F5E35D

Text Example


Text Example

White with #F5E35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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