#FDD83E

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

Shades of Gorse #FDD83E

Tints of Gorse #FDD83E

Color information

#FDD83E (or 0xFDD83E) is unknown color: approx Gorse. HEX triplet: FD, D8 and 3E. RGB value is (253,216,62). Sum of RGB (Red+Green+Blue) = 253+216+62=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 62 (24.61% from 255 or 11.68% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD83E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD83E is #0227C1. Grayscale: #D2D2D2. Windows color (decimal): -141250 or 4118781. OLE color: 4118781.

HSL color Cylindrical-coordinate representation of color #FDD83E: hue angle of 48.38º 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 #FDD83E is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB25321662-
CMYK00.150.750.01
HSL48.38º97.95%61.76%-
HSV(B)48.38º75.49%99.22%-
XYZ65.9370.3414.66-
YUV209.5144.76159.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.65%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 62 (24.61% from 255) = 11.68%
R=47.65%
G=40.68%
B=11.68%

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
Decimal2532166200.150.750.0148.3897.9561.76
HexFDD83E0F4B130623e
Octal3753307601711316014276
Binary111111011101100011111001111100101111100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD83E; }

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

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

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

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

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

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

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

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