Html Css Color HEX #F5E35C Corn

📋 copy color: '#F5E35C'

red 245 ◦ green 227 ◦ blue 92

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

Shades of Corn #F5E35C

Tints of Corn #F5E35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.31%

R = 43.44%
G = 40.25%
B = 16.31%

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

#F5E35C (or 0xF5E35C) is known color: Corn. HEX triplet: F5, E3 and 5C. RGB value is (245,227,92). Sum of RGB (Red+Green+Blue) = 245+227+92=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 92 (36.33% from 255 or 16.31% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E35C is #0A1CA3. Grayscale: #D9D9D9. Windows color (decimal): -662692 or 6087669. OLE color: 6087669.

HSL color Cylindrical-coordinate representation of color #F5E35C: hue angle of 52.94º 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 #F5E35C is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 227 92 -
CMYK 0 0.07 0.62 0.04
HSL 52.94º 0.88% 0.66% -
HSV(B) 52.94º 0.62% 0.96% -
XYZ 67.06 75.12 21.09 -
YUV 216.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 245 227 92 0 0.07 0.62 0.04 52.94 0.88 0.66
Hex F5 E3 5C 0 7 3E 4 35 58 42
Octal 365 343 134 0 7 76 4 65 130 102
Binary 11110101 11100011 1011100 0 111 111110 100 110101 1011000 1000010

Color Harmonies of #F5E35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E35C

Black with #F5E35C

Text Example


Text Example

White with #F5E35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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