Html Css Color HEX #FDDC36 Gorse

📋 copy color: '#FDDC36'

red 253 ◦ green 220 ◦ blue 54

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

Shades of Gorse #FDDC36

Tints of Gorse #FDDC36

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.75%

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

R = 48.01%
G = 41.75%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDDC36 (or 0xFDDC36) is known color: Gorse. HEX triplet: FD, DC and 36. RGB value is (253,220,54). Sum of RGB (Red+Green+Blue) = 253+220+54=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 54 (21.48% from 255 or 10.25% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC36 is #0223C9. Grayscale: #D3D3D3. Windows color (decimal): -140234 or 3595517. OLE color: 3595517.

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

Color convert

RGB 253 220 54 -
CMYK 0 0.13 0.79 0.01
HSL 50.05º 0.98% 0.6% -
HSV(B) 50.05º 0.79% 0.99% -
XYZ 66.77 72.34 13.93 -
YUV 210.94 39.43 158 -
System Red Green Blue C M Y K H S L
Decimal 253 220 54 0 0.13 0.79 0.01 50.05 0.98 0.6
Hex FD DC 36 0 D 4F 1 32 62 3C
Octal 375 334 66 0 15 117 1 62 142 74
Binary 11111101 11011100 110110 0 1101 1001111 1 110010 1100010 111100

Color Harmonies of #FDDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC36

Black with #FDDC36

Text Example


Text Example

White with #FDDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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