#FFD93F

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

Shades of Gorse #FFD93F

Tints of Gorse #FFD93F

Color information

#FFD93F (or 0xFFD93F) is unknown color: approx Gorse. HEX triplet: FF, D9 and 3F. RGB value is (255,217,63). Sum of RGB (Red+Green+Blue) = 255+217+63=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 63 (25% from 255 or 11.78% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD93F is #0026C0. Grayscale: #D3D3D3. Windows color (decimal): -9921 or 4184575. OLE color: 4184575.

HSL color Cylindrical-coordinate representation of color #FFD93F: hue angle of 48.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFD93F is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25521763-
CMYK00.150.750
HSL48.12º100%62.35%-
HSV(B)48.12º75.29%100%-
XYZ66.9571.2414.93-
YUV210.8144.59159.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.66%
GREEN value IS 217 (85.16% from 255) = 40.56%
BLUE value IS 63 (25% from 255) = 11.78%
R=47.66%
G=40.56%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552176300.150.75048.1210062.35
HexFFD93F0F4B030643e
Octal3773317701711306014476
Binary111111111101100111111101111100101101100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD93F; }

 p { color: rgb(255,217,63); }

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

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

 a { background-color: rgb(255,217,63); }

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

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

 span { border-color: rgb(255,217,63); }

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