#FAF43A

Color #FAF43A Gorse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gorse #FAF43A

Tints of Gorse #FAF43A

Color information

#FAF43A (or 0xFAF43A) is unknown color: approx Gorse. HEX triplet: FA, F4 and 3A. RGB value is (250,244,58). Sum of RGB (Red+Green+Blue) = 250+244+58=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 58 (23.05% from 255 or 10.51% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF43A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF43A is #050BC5. Grayscale: #E1E1E1. Windows color (decimal): -330694 or 3863802. OLE color: 3863802.

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

Color convert

RGB25024458-
CMYK00.020.770.02
HSL58.12º95.05%60.39%-
HSV(B)58.12º76.8%98.04%-
XYZ72.5485.3316.65-
YUV224.5933.99146.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.29%
GREEN value IS 244 (95.70% from 255) = 44.20%
BLUE value IS 58 (23.05% from 255) = 10.51%
R=45.29%
G=44.20%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502445800.020.770.0258.1295.0560.39
HexFAF43A024D23a5f3c
Octal372364720211527213774
Binary11111010111101001110100101001101101110101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF43A; }

 p { color: rgb(250,244,58); }

 H1.HeaderClassName
 {
   color: #FAF43A;
 }
 .AnyTagClassName
 {
   color: #FAF43A;
 }
</style>
background-color css

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

 a { background-color: rgb(250,244,58); }

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

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

 span { border-color: rgb(250,244,58); }

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