Html Css Color HEX #F5F53B Gorse

📋 copy color: '#F5F53B'

red 245 ◦ green 245 ◦ blue 59

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

Shades of Gorse #F5F53B

Tints of Gorse #F5F53B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.63%

 BLUE value IS 59 (23.44% from 255) = 10.75%

R = 44.63%
G = 44.63%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5F53B (or 0xF5F53B) is known color: Gorse. HEX triplet: F5, F5 and 3B. RGB value is (245,245,59). Sum of RGB (Red+Green+Blue) = 245+245+59=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 59 (23.44% from 255 or 10.75% from 549); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F53B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F53B is #0A0AC4. Grayscale: #E0E0E0. Windows color (decimal): -658117 or 3929589. OLE color: 3929589.

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

Color convert

RGB 245 245 59 -
CMYK 0 0 0.76 0.04
HSL 60º 0.9% 0.6% -
HSV(B) 60º 0.76% 0.96% -
XYZ 71.1 85.03 16.8 -
YUV 223.8 35 143.12 -
System Red Green Blue C M Y K H S L
Decimal 245 245 59 0 0 0.76 0.04 60 0.9 0.6
Hex F5 F5 3B 0 0 4C 4 3C 5A 3C
Octal 365 365 73 0 0 114 4 74 132 74
Binary 11110101 11110101 111011 0 0 1001100 100 111100 1011010 111100

Color Harmonies of #F5F53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F53B

Black with #F5F53B

Text Example


Text Example

White with #F5F53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F53B; }

 p { color: rgb(245,245,59); }

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

background-color css

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

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

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

border-color css

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

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

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