Html Css Color HEX #F5E440 Gorse

📋 copy color: '#F5E440'

red 245 ◦ green 228 ◦ blue 64

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

Shades of Gorse #F5E440

Tints of Gorse #F5E440

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.46%

 BLUE value IS 64 (25.39% from 255) = 11.92%

R = 45.62%
G = 42.46%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5E440 (or 0xF5E440) is known color: Gorse. HEX triplet: F5, E4 and 40. RGB value is (245,228,64). Sum of RGB (Red+Green+Blue) = 245+228+64=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E440 is #0A1BBF. Grayscale: #D7D7D7. Windows color (decimal): -662464 or 4252917. OLE color: 4252917.

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

Color convert

RGB 245 228 64 -
CMYK 0 0.07 0.74 0.04
HSL 54.36º 0.9% 0.61% -
HSV(B) 54.36º 0.74% 0.96% -
XYZ 66.33 75.27 15.88 -
YUV 214.39 43.13 149.84 -
System Red Green Blue C M Y K H S L
Decimal 245 228 64 0 0.07 0.74 0.04 54.36 0.9 0.61
Hex F5 E4 40 0 7 4A 4 36 5A 3D
Octal 365 344 100 0 7 112 4 66 132 75
Binary 11110101 11100100 1000000 0 111 1001010 100 110110 1011010 111101

Color Harmonies of #F5E440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E440

Black with #F5E440

Text Example


Text Example

White with #F5E440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E440; }

 p { color: rgb(245,228,64); }

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

background-color css

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

 a { background-color: rgb(245,228,64); }

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

border-color css

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

 span { border-color: rgb(245,228,64); }

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