Html Css Color HEX #F5EF3A Gorse

📋 copy color: '#F5EF3A'

red 245 ◦ green 239 ◦ blue 58

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

Shades of Gorse #F5EF3A

Tints of Gorse #F5EF3A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.1%

 BLUE value IS 58 (23.05% from 255) = 10.7%

R = 45.2%
G = 44.1%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5EF3A (or 0xF5EF3A) is known color: Gorse. HEX triplet: F5, EF and 3A. RGB value is (245,239,58). Sum of RGB (Red+Green+Blue) = 245+239+58=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 58 (23.05% from 255 or 10.70% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EF3A is #0A10C5. Grayscale: #DCDCDC. Windows color (decimal): -659654 or 3862517. OLE color: 3862517.

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

Color convert

RGB 245 239 58 -
CMYK 0 0.02 0.76 0.04
HSL 58.07º 0.9% 0.59% -
HSV(B) 58.07º 0.76% 0.96% -
XYZ 69.29 81.45 16.07 -
YUV 220.16 36.49 145.72 -
System Red Green Blue C M Y K H S L
Decimal 245 239 58 0 0.02 0.76 0.04 58.07 0.9 0.59
Hex F5 EF 3A 0 2 4C 4 3A 5A 3B
Octal 365 357 72 0 2 114 4 72 132 73
Binary 11110101 11101111 111010 0 10 1001100 100 111010 1011010 111011

Color Harmonies of #F5EF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EF3A

Black with #F5EF3A

Text Example


Text Example

White with #F5EF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EF3A; }

 p { color: rgb(245,239,58); }

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

background-color css

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

 a { background-color: rgb(245,239,58); }

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

border-color css

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

 span { border-color: rgb(245,239,58); }

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