Html Css Color HEX #FDD620 Turbo

📋 copy color: '#FDD620'

red 253 ◦ green 214 ◦ blue 32

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

Shades of Turbo #FDD620

Tints of Turbo #FDD620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.89%

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

R = 50.7%
G = 42.89%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDD620 (or 0xFDD620) is known color: Turbo. HEX triplet: FD, D6 and 20. RGB value is (253,214,32). Sum of RGB (Red+Green+Blue) = 253+214+32=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD620 is #0229DF. Grayscale: #CDCDCD. Windows color (decimal): -141792 or 2152189. OLE color: 2152189.

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

Color convert

RGB 253 214 32 -
CMYK 0 0.15 0.87 0.01
HSL 49.41º 0.98% 0.56% -
HSV(B) 49.41º 0.87% 0.99% -
XYZ 64.82 69.08 11.28 -
YUV 204.91 30.42 162.3 -
System Red Green Blue C M Y K H S L
Decimal 253 214 32 0 0.15 0.87 0.01 49.41 0.98 0.56
Hex FD D6 20 0 F 57 1 31 62 38
Octal 375 326 40 0 17 127 1 61 142 70
Binary 11111101 11010110 100000 0 1111 1010111 1 110001 1100010 111000

Color Harmonies of #FDD620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD620

Black with #FDD620

Text Example


Text Example

White with #FDD620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD620; }

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

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

background-color css

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

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

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

border-color css

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

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

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