Html Css Color HEX #F5E95E Corn

📋 copy color: '#F5E95E'

red 245 ◦ green 233 ◦ blue 94

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

Shades of Corn #F5E95E

Tints of Corn #F5E95E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.73%

 BLUE value IS 94 (37.11% from 255) = 16.43%

R = 42.83%
G = 40.73%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5E95E (or 0xF5E95E) is known color: Corn. HEX triplet: F5, E9 and 5E. RGB value is (245,233,94). Sum of RGB (Red+Green+Blue) = 245+233+94=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 94 (37.11% from 255 or 16.43% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E95E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E95E is #0A16A1. Grayscale: #DDDDDD. Windows color (decimal): -661154 or 6220277. OLE color: 6220277.

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

Color convert

RGB 245 233 94 -
CMYK 0 0.05 0.62 0.04
HSL 55.23º 0.88% 0.66% -
HSV(B) 55.23º 0.62% 0.96% -
XYZ 68.82 78.5 22.11 -
YUV 220.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 245 233 94 0 0.05 0.62 0.04 55.23 0.88 0.66
Hex F5 E9 5E 0 5 3E 4 37 58 42
Octal 365 351 136 0 5 76 4 67 130 102
Binary 11110101 11101001 1011110 0 101 111110 100 110111 1011000 1000010

Color Harmonies of #F5E95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E95E

Black with #F5E95E

Text Example


Text Example

White with #F5E95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E95E; }

 p { color: rgb(245,233,94); }

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

background-color css

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

 a { background-color: rgb(245,233,94); }

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

border-color css

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

 span { border-color: rgb(245,233,94); }

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