#FEFA2B

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

Shades of Gorse #FEFA2B

Tints of Gorse #FEFA2B

Color information

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

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

Color convert

RGB25425043-
CMYK00.020.830.00
HSL58.86º99.06%58.24%-
HSV(B)58.86º83.07%99.61%-
XYZ75.4989.6215.6-
YUV227.623.83146.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542504300.020.830.0058.8699.0658.24
HexFEFA2B025303b633a
Octal376372530212307314372
Binary1111111011111010101011010101001101110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFA2B; }

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

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

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

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

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

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

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

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