#FAF03D

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

Shades of Gorse #FAF03D

Tints of Gorse #FAF03D

Color information

#FAF03D (or 0xFAF03D) is unknown color: approx Gorse. HEX triplet: FA, F0 and 3D. RGB value is (250,240,61). Sum of RGB (Red+Green+Blue) = 250+240+61=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 61 (24.22% from 255 or 11.07% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF03D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF03D is #050FC2. Grayscale: #DFDFDF. Windows color (decimal): -331715 or 4059386. OLE color: 4059386.

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

Color convert

RGB25024061-
CMYK00.040.760.02
HSL56.83º94.97%60.98%-
HSV(B)56.83º75.6%98.04%-
XYZ71.4382.9816.67-
YUV222.5836.81147.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 240 (94.14% from 255) = 43.56%
BLUE value IS 61 (24.22% from 255) = 11.07%
R=45.37%
G=43.56%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502406100.040.760.0256.8394.9760.98
HexFAF03D044C2395f3d
Octal372360750411427113775
Binary111110101111000011110101001001100101110011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF03D; }

 p { color: rgb(250,240,61); }

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

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

 a { background-color: rgb(250,240,61); }

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

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

 span { border-color: rgb(250,240,61); }

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