Html Css Color HEX #F5E341 Gorse

📋 copy color: '#F5E341'

red 245 ◦ green 227 ◦ blue 65

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

Shades of Gorse #F5E341

Tints of Gorse #F5E341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.1%

R = 45.62%
G = 42.27%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F5E341 (or 0xF5E341) is known color: Gorse. HEX triplet: F5, E3 and 41. RGB value is (245,227,65). Sum of RGB (Red+Green+Blue) = 245+227+65=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 65 (25.78% from 255 or 12.10% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E341 is #0A1CBE. Grayscale: #D6D6D6. Windows color (decimal): -662719 or 4318197. OLE color: 4318197.

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

Color convert

RGB 245 227 65 -
CMYK 0 0.07 0.73 0.04
HSL 54º 0.9% 0.61% -
HSV(B) 54º 0.73% 0.96% -
XYZ 66.08 74.73 15.94 -
YUV 213.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 245 227 65 0 0.07 0.73 0.04 54 0.9 0.61
Hex F5 E3 41 0 7 49 4 36 5A 3D
Octal 365 343 101 0 7 111 4 66 132 75
Binary 11110101 11100011 1000001 0 111 1001001 100 110110 1011010 111101

Color Harmonies of #F5E341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E341

Black with #F5E341

Text Example


Text Example

White with #F5E341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E341; }

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

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

background-color css

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

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

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

border-color css

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

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

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