Html Css Color HEX #FAF529 Gorse

📋 copy color: '#FAF529'

red 250 ◦ green 245 ◦ blue 41

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

Shades of Gorse #FAF529

Tints of Gorse #FAF529

RGB

 RED value IS 250 (98.05% from 255) = 46.64%

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

 BLUE value IS 41 (16.41% from 255) = 7.65%

R = 46.64%
G = 45.71%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAF529 (or 0xFAF529) is known color: Gorse. HEX triplet: FA, F5 and 29. RGB value is (250,245,41). Sum of RGB (Red+Green+Blue) = 250+245+41=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 41 (16.41% from 255 or 7.65% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF529 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF529 is #050AD6. Grayscale: #E0E0E0. Windows color (decimal): -330455 or 2749946. OLE color: 2749946.

HSL color Cylindrical-coordinate representation of color #FAF529: hue angle of 58.56º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAF529 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 245 41 -
CMYK 0 0.02 0.84 0.02
HSL 58.56º 0.95% 0.57% -
HSV(B) 58.56º 0.84% 0.98% -
XYZ 72.48 85.79 14.84 -
YUV 223.24 25.16 147.09 -
System Red Green Blue C M Y K H S L
Decimal 250 245 41 0 0.02 0.84 0.02 58.56 0.95 0.57
Hex FA F5 29 0 2 54 2 3B 5F 39
Octal 372 365 51 0 2 124 2 73 137 71
Binary 11111010 11110101 101001 0 10 1010100 10 111011 1011111 111001

Color Harmonies of #FAF529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF529

Black with #FAF529

Text Example


Text Example

White with #FAF529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF529; }

 p { color: rgb(250,245,41); }

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

background-color css

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

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

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

border-color css

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

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

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