Html Css Color HEX #F5EF3C Gorse

📋 copy color: '#F5EF3C'

red 245 ◦ green 239 ◦ blue 60

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

Shades of Gorse #F5EF3C

Tints of Gorse #F5EF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.03%

R = 45.04%
G = 43.93%
B = 11.03%

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

#F5EF3C (or 0xF5EF3C) is known color: Gorse. HEX triplet: F5, EF and 3C. RGB value is (245,239,60). Sum of RGB (Red+Green+Blue) = 245+239+60=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 60 (23.83% from 255 or 11.03% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EF3C is #0A10C3. Grayscale: #DDDDDD. Windows color (decimal): -659652 or 3993589. OLE color: 3993589.

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

Color convert

RGB 245 239 60 -
CMYK 0 0.02 0.76 0.04
HSL 58.05º 0.9% 0.6% -
HSV(B) 58.05º 0.76% 0.96% -
XYZ 69.34 81.47 16.35 -
YUV 220.39 37.49 145.55 -
System Red Green Blue C M Y K H S L
Decimal 245 239 60 0 0.02 0.76 0.04 58.05 0.9 0.6
Hex F5 EF 3C 0 2 4C 4 3A 5A 3C
Octal 365 357 74 0 2 114 4 72 132 74
Binary 11110101 11101111 111100 0 10 1001100 100 111010 1011010 111100

Color Harmonies of #F5EF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EF3C

Black with #F5EF3C

Text Example


Text Example

White with #F5EF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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