Html Css Color HEX #FAF527 Gorse

📋 copy color: '#FAF527'

red 250 ◦ green 245 ◦ blue 39

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

Shades of Gorse #FAF527

Tints of Gorse #FAF527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.3%

R = 46.82%
G = 45.88%
B = 7.3%

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

#FAF527 (or 0xFAF527) is known color: Gorse. HEX triplet: FA, F5 and 27. RGB value is (250,245,39). Sum of RGB (Red+Green+Blue) = 250+245+39=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 39 (15.62% from 255 or 7.30% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF527 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF527 is #050AD8. Grayscale: #DFDFDF. Windows color (decimal): -330457 or 2618874. OLE color: 2618874.

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

Color convert

RGB 250 245 39 -
CMYK 0 0.02 0.84 0.02
HSL 58.58º 0.95% 0.57% -
HSV(B) 58.58º 0.84% 0.98% -
XYZ 72.44 85.78 14.66 -
YUV 223.01 24.16 147.25 -
System Red Green Blue C M Y K H S L
Decimal 250 245 39 0 0.02 0.84 0.02 58.58 0.95 0.57
Hex FA F5 27 0 2 54 2 3B 5F 39
Octal 372 365 47 0 2 124 2 73 137 71
Binary 11111010 11110101 100111 0 10 1010100 10 111011 1011111 111001

Color Harmonies of #FAF527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF527

Black with #FAF527

Text Example


Text Example

White with #FAF527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF527; }

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

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

background-color css

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

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

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

border-color css

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

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

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