Html Css Color HEX #FDD220 Turbo

📋 copy color: '#FDD220'

red 253 ◦ green 210 ◦ blue 32

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

Shades of Turbo #FDD220

Tints of Turbo #FDD220

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

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

R = 51.11%
G = 42.42%
B = 6.46%

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

#FDD220 (or 0xFDD220) is known color: Turbo. HEX triplet: FD, D2 and 20. RGB value is (253,210,32). Sum of RGB (Red+Green+Blue) = 253+210+32=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 32 (12.89% from 255 or 6.46% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD220 is #022DDF. Grayscale: #CBCBCB. Windows color (decimal): -142816 or 2151165. OLE color: 2151165.

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

Color convert

RGB 253 210 32 -
CMYK 0 0.17 0.87 0.01
HSL 48.33º 0.98% 0.56% -
HSV(B) 48.33º 0.87% 0.99% -
XYZ 63.82 67.08 10.95 -
YUV 202.57 31.75 163.97 -
System Red Green Blue C M Y K H S L
Decimal 253 210 32 0 0.17 0.87 0.01 48.33 0.98 0.56
Hex FD D2 20 0 11 57 1 30 62 38
Octal 375 322 40 0 21 127 1 60 142 70
Binary 11111101 11010010 100000 0 10001 1010111 1 110000 1100010 111000

Color Harmonies of #FDD220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD220

Black with #FDD220

Text Example


Text Example

White with #FDD220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD220; }

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

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

background-color css

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

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

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

border-color css

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

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

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