Html Css Color HEX #F5E740 Gorse

📋 copy color: '#F5E740'

red 245 ◦ green 231 ◦ blue 64

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

Shades of Gorse #F5E740

Tints of Gorse #F5E740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.78%

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

R = 45.37%
G = 42.78%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5E740 (or 0xF5E740) is known color: Gorse. HEX triplet: F5, E7 and 40. RGB value is (245,231,64). Sum of RGB (Red+Green+Blue) = 245+231+64=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 64 (25.39% from 255 or 11.85% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E740 is #0A18BF. Grayscale: #D8D8D8. Windows color (decimal): -661696 or 4253685. OLE color: 4253685.

HSL color Cylindrical-coordinate representation of color #F5E740: hue angle of 55.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 #F5E740 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 231 64 -
CMYK 0 0.06 0.74 0.04
HSL 55.36º 0.9% 0.61% -
HSV(B) 55.36º 0.74% 0.96% -
XYZ 67.16 76.93 16.16 -
YUV 216.15 42.14 148.58 -
System Red Green Blue C M Y K H S L
Decimal 245 231 64 0 0.06 0.74 0.04 55.36 0.9 0.61
Hex F5 E7 40 0 6 4A 4 37 5A 3D
Octal 365 347 100 0 6 112 4 67 132 75
Binary 11110101 11100111 1000000 0 110 1001010 100 110111 1011010 111101

Color Harmonies of #F5E740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E740

Black with #F5E740

Text Example


Text Example

White with #F5E740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E740; }

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

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

background-color css

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

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

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

border-color css

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

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

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