Html Css Color HEX #FDDC20 Turbo

📋 copy color: '#FDDC20'

red 253 ◦ green 220 ◦ blue 32

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

Shades of Turbo #FDDC20

Tints of Turbo #FDDC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.34%

R = 50.1%
G = 43.56%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDDC20 (or 0xFDDC20) is known color: Turbo. HEX triplet: FD, DC and 20. RGB value is (253,220,32). Sum of RGB (Red+Green+Blue) = 253+220+32=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 32 (12.89% from 255 or 6.34% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC20 is #0223DF. Grayscale: #D1D1D1. Windows color (decimal): -140256 or 2153725. OLE color: 2153725.

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

Color convert

RGB 253 220 32 -
CMYK 0 0.13 0.87 0.01
HSL 51.04º 0.98% 0.56% -
HSV(B) 51.04º 0.87% 0.99% -
XYZ 66.36 72.17 11.8 -
YUV 208.44 28.43 159.79 -
System Red Green Blue C M Y K H S L
Decimal 253 220 32 0 0.13 0.87 0.01 51.04 0.98 0.56
Hex FD DC 20 0 D 57 1 33 62 38
Octal 375 334 40 0 15 127 1 63 142 70
Binary 11111101 11011100 100000 0 1101 1010111 1 110011 1100010 111000

Color Harmonies of #FDDC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC20

Black with #FDDC20

Text Example


Text Example

White with #FDDC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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