#FDD73E

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

Shades of Gorse #FDD73E

Tints of Gorse #FDD73E

Color information

#FDD73E (or 0xFDD73E) is unknown color: approx Gorse. HEX triplet: FD, D7 and 3E. RGB value is (253,215,62). Sum of RGB (Red+Green+Blue) = 253+215+62=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 62 (24.61% from 255 or 11.70% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD73E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD73E is #0228C1. Grayscale: #D1D1D1. Windows color (decimal): -141506 or 4118525. OLE color: 4118525.

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

Color convert

RGB25321562-
CMYK00.150.750.01
HSL48.06º97.95%61.76%-
HSV(B)48.06º75.49%99.22%-
XYZ65.6869.8314.57-
YUV208.9245.09159.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.74%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 62 (24.61% from 255) = 11.70%
R=47.74%
G=40.57%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532156200.150.750.0148.0697.9561.76
HexFDD73E0F4B130623e
Octal3753277601711316014276
Binary111111011101011111111001111100101111100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD73E; }

 p { color: rgb(253,215,62); }

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

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

 a { background-color: rgb(253,215,62); }

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

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

 span { border-color: rgb(253,215,62); }

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