Html Css Color HEX #F5F130 Gorse

📋 copy color: '#F5F130'

red 245 ◦ green 241 ◦ blue 48

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

Shades of Gorse #F5F130

Tints of Gorse #F5F130

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.13%

 BLUE value IS 48 (19.14% from 255) = 8.99%

R = 45.88%
G = 45.13%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F5F130 (or 0xF5F130) is known color: Gorse. HEX triplet: F5, F1 and 30. RGB value is (245,241,48). Sum of RGB (Red+Green+Blue) = 245+241+48=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 48 (19.14% from 255 or 8.99% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F130 is #0A0ECF. Grayscale: #DCDCDC. Windows color (decimal): -659152 or 3207669. OLE color: 3207669.

HSL color Cylindrical-coordinate representation of color #F5F130: hue angle of 58.78º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5F130 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 241 48 -
CMYK 0 0.02 0.80 0.04
HSL 58.78º 0.91% 0.57% -
HSV(B) 58.78º 0.8% 0.96% -
XYZ 69.64 82.54 15.06 -
YUV 220.19 30.83 145.69 -
System Red Green Blue C M Y K H S L
Decimal 245 241 48 0 0.02 0.80 0.04 58.78 0.91 0.57
Hex F5 F1 30 0 2 50 4 3B 5B 39
Octal 365 361 60 0 2 120 4 73 133 71
Binary 11110101 11110001 110000 0 10 1010000 100 111011 1011011 111001

Color Harmonies of #F5F130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F130

Black with #F5F130

Text Example


Text Example

White with #F5F130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F130; }

 p { color: rgb(245,241,48); }

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

background-color css

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

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

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

border-color css

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

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

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