Html Css Color HEX #FDD120 Turbo

📋 copy color: '#FDD120'

red 253 ◦ green 209 ◦ blue 32

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

Shades of Turbo #FDD120

Tints of Turbo #FDD120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.31%

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

R = 51.21%
G = 42.31%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDD120 (or 0xFDD120) is known color: Turbo. HEX triplet: FD, D1 and 20. RGB value is (253,209,32). Sum of RGB (Red+Green+Blue) = 253+209+32=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD120 is #022EDF. Grayscale: #CACACA. Windows color (decimal): -143072 or 2150909. OLE color: 2150909.

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

Color convert

RGB 253 209 32 -
CMYK 0 0.17 0.87 0.01
HSL 48.05º 0.98% 0.56% -
HSV(B) 48.05º 0.87% 0.99% -
XYZ 63.57 66.59 10.87 -
YUV 201.98 32.08 164.39 -
System Red Green Blue C M Y K H S L
Decimal 253 209 32 0 0.17 0.87 0.01 48.05 0.98 0.56
Hex FD D1 20 0 11 57 1 30 62 38
Octal 375 321 40 0 21 127 1 60 142 70
Binary 11111101 11010001 100000 0 10001 1010111 1 110000 1100010 111000

Color Harmonies of #FDD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD120

Black with #FDD120

Text Example


Text Example

White with #FDD120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD120; }

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

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

background-color css

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

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

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

border-color css

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

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

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