Html Css Color HEX #FDD936 Gorse

📋 copy color: '#FDD936'

red 253 ◦ green 217 ◦ blue 54

#FDD936
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FDD936

Tints of Gorse #FDD936

RGB

 RED value IS 253 (99.22% from 255) = 48.28%

 GREEN value IS 217 (85.16% from 255) = 41.41%

 BLUE value IS 54 (21.48% from 255) = 10.31%

R = 48.28%
G = 41.41%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDD936 (or 0xFDD936) is known color: Gorse. HEX triplet: FD, D9 and 36. RGB value is (253,217,54). Sum of RGB (Red+Green+Blue) = 253+217+54=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 54 (21.48% from 255 or 10.31% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD936 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD936 is #0226C9. Grayscale: #D1D1D1. Windows color (decimal): -141002 or 3594749. OLE color: 3594749.

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

Color convert

RGB 253 217 54 -
CMYK 0 0.14 0.79 0.01
HSL 49.15º 0.98% 0.6% -
HSV(B) 49.15º 0.79% 0.99% -
XYZ 65.99 70.77 13.67 -
YUV 209.18 40.43 159.25 -
System Red Green Blue C M Y K H S L
Decimal 253 217 54 0 0.14 0.79 0.01 49.15 0.98 0.6
Hex FD D9 36 0 E 4F 1 31 62 3C
Octal 375 331 66 0 16 117 1 61 142 74
Binary 11111101 11011001 110110 0 1110 1001111 1 110001 1100010 111100

Color Harmonies of #FDD936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD936

Black with #FDD936

Text Example


Text Example

White with #FDD936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD936; }

 p { color: rgb(253,217,54); }

 H1.HeaderClassName
 {
   color: #FDD936;
 }
 .AnyTagClassName
 {
   color: #FDD936;
 }
</style>

background-color css

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

 a { background-color: rgb(253,217,54); }

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

border-color css

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

 span { border-color: rgb(253,217,54); }

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