#FEFB2F

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

Shades of Gorse #FEFB2F

Tints of Gorse #FEFB2F

Color information

#FEFB2F (or 0xFEFB2F) is unknown color: approx Gorse. HEX triplet: FE, FB and 2F. RGB value is (254,251,47). Sum of RGB (Red+Green+Blue) = 254+251+47=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 47 (18.75% from 255 or 8.51% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB2F is #0104D0. Grayscale: #E5E5E5. Windows color (decimal): -66769 or 3144702. OLE color: 3144702.

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

Color convert

RGB25425147-
CMYK00.010.810.00
HSL59.13º99.04%59.02%-
HSV(B)59.13º81.5%99.61%-
XYZ75.8890.2716.11-
YUV228.6425.49146.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 251 (98.44% from 255) = 45.47%
BLUE value IS 47 (18.75% from 255) = 8.51%
R=46.01%
G=45.47%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542514700.010.810.0059.1399.0459.02
HexFEFB2F015103b633b
Octal376373570112107314373
Binary111111101111101110111101101000101110111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFB2F; }

 p { color: rgb(254,251,47); }

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

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

 a { background-color: rgb(254,251,47); }

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

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

 span { border-color: rgb(254,251,47); }

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