Html Css Color HEX #F5F128 Gorse

📋 copy color: '#F5F128'

red 245 ◦ green 241 ◦ blue 40

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

Shades of Gorse #F5F128

Tints of Gorse #F5F128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.6%

R = 46.58%
G = 45.82%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F5F128 (or 0xF5F128) is known color: Gorse. HEX triplet: F5, F1 and 28. RGB value is (245,241,40). Sum of RGB (Red+Green+Blue) = 245+241+40=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 40 (16.02% from 255 or 7.60% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F128 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F128 is #0A0ED7. Grayscale: #DCDCDC. Windows color (decimal): -659160 or 2683381. OLE color: 2683381.

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

Color convert

RGB 245 241 40 -
CMYK 0 0.02 0.84 0.04
HSL 58.83º 0.91% 0.56% -
HSV(B) 58.83º 0.84% 0.96% -
XYZ 69.49 82.48 14.26 -
YUV 219.28 26.83 146.34 -
System Red Green Blue C M Y K H S L
Decimal 245 241 40 0 0.02 0.84 0.04 58.83 0.91 0.56
Hex F5 F1 28 0 2 54 4 3B 5B 38
Octal 365 361 50 0 2 124 4 73 133 70
Binary 11110101 11110001 101000 0 10 1010100 100 111011 1011011 111000

Color Harmonies of #F5F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F128

Black with #F5F128

Text Example


Text Example

White with #F5F128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F128; }

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

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

background-color css

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

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

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

border-color css

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

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

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