#FED933

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

Shades of Gorse #FED933

Tints of Gorse #FED933

Color information

#FED933 (or 0xFED933) is unknown color: approx Gorse. HEX triplet: FE, D9 and 33. RGB value is (254,217,51). Sum of RGB (Red+Green+Blue) = 254+217+51=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 51 (20.31% from 255 or 9.77% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FED933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED933 is #0126CC. Grayscale: #D1D1D1. Windows color (decimal): -75469 or 3398142. OLE color: 3398142.

HSL color Cylindrical-coordinate representation of color #FED933: hue angle of 49.06º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FED933 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB25421751-
CMYK00.150.800.00
HSL49.06º99.02%59.8%-
HSV(B)49.06º79.92%99.61%-
XYZ66.2870.9413.33-
YUV209.1438.76160-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.66%
GREEN value IS 217 (85.16% from 255) = 41.57%
BLUE value IS 51 (20.31% from 255) = 9.77%
R=48.66%
G=41.57%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542175100.150.800.0049.0699.0259.8
HexFED9330F50031633c
Octal3763316301712006114374
Binary111111101101100111001101111101000001100011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED933; }

 p { color: rgb(254,217,51); }

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

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

 a { background-color: rgb(254,217,51); }

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

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

 span { border-color: rgb(254,217,51); }

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