Html Css Color HEX #FAF528 Gorse

📋 copy color: '#FAF528'

red 250 ◦ green 245 ◦ blue 40

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

Shades of Gorse #FAF528

Tints of Gorse #FAF528

RGB

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

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

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

R = 46.73%
G = 45.79%
B = 7.48%

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

#FAF528 (or 0xFAF528) is known color: Gorse. HEX triplet: FA, F5 and 28. RGB value is (250,245,40). Sum of RGB (Red+Green+Blue) = 250+245+40=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 40 (16.02% from 255 or 7.48% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF528 is #050AD7. Grayscale: #DFDFDF. Windows color (decimal): -330456 or 2684410. OLE color: 2684410.

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

Color convert

RGB 250 245 40 -
CMYK 0 0.02 0.84 0.02
HSL 58.57º 0.95% 0.57% -
HSV(B) 58.57º 0.84% 0.98% -
XYZ 72.46 85.78 14.75 -
YUV 223.13 24.66 147.17 -
System Red Green Blue C M Y K H S L
Decimal 250 245 40 0 0.02 0.84 0.02 58.57 0.95 0.57
Hex FA F5 28 0 2 54 2 3B 5F 39
Octal 372 365 50 0 2 124 2 73 137 71
Binary 11111010 11110101 101000 0 10 1010100 10 111011 1011111 111001

Color Harmonies of #FAF528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF528

Black with #FAF528

Text Example


Text Example

White with #FAF528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF528; }

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

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

background-color css

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

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

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

border-color css

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

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

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