#FAFE2B

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

Shades of Gorse #FAFE2B

Tints of Gorse #FAFE2B

Color information

#FAFE2B (or 0xFAFE2B) is unknown color: approx Gorse. HEX triplet: FA, FE and 2B. RGB value is (250,254,43). Sum of RGB (Red+Green+Blue) = 250+254+43=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 43 (17.19% from 255 or 7.86% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE2B is #0501D4. Grayscale: #E5E5E5. Windows color (decimal): -328149 or 2883322. OLE color: 2883322.

HSL color Cylindrical-coordinate representation of color #FAFE2B: hue angle of 61.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAFE2B is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB25025443-
CMYK0.0200.830.00
HSL61.14º99.06%58.24%-
HSV(B)61.14º83.07%99.61%-
XYZ75.391.3815.96-
YUV228.7523.17143.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 254 (99.61% from 255) = 46.44%
BLUE value IS 43 (17.19% from 255) = 7.86%
R=45.70%
G=46.44%
B=7.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal250254430.0200.830.0061.1499.0658.24
HexFAFE2B205303d633a
Octal372376532012307514372
Binary1111101011111110101011100101001101111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFE2B; }

 p { color: rgb(250,254,43); }

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

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

 a { background-color: rgb(250,254,43); }

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

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

 span { border-color: rgb(250,254,43); }

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