Html Css Color HEX #FDC620 Turbo

📋 copy color: '#FDC620'

red 253 ◦ green 198 ◦ blue 32

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

Shades of Turbo #FDC620

Tints of Turbo #FDC620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.99%

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

R = 52.38%
G = 40.99%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDC620 (or 0xFDC620) is known color: Turbo. HEX triplet: FD, C6 and 20. RGB value is (253,198,32). Sum of RGB (Red+Green+Blue) = 253+198+32=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC620 is #0239DF. Grayscale: #C4C4C4. Windows color (decimal): -145888 or 2148093. OLE color: 2148093.

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

Color convert

RGB 253 198 32 -
CMYK 0 0.22 0.87 0.01
HSL 45.07º 0.98% 0.56% -
HSV(B) 45.07º 0.87% 0.99% -
XYZ 60.96 61.38 10 -
YUV 195.52 35.72 169 -
System Red Green Blue C M Y K H S L
Decimal 253 198 32 0 0.22 0.87 0.01 45.07 0.98 0.56
Hex FD C6 20 0 16 57 1 2D 62 38
Octal 375 306 40 0 26 127 1 55 142 70
Binary 11111101 11000110 100000 0 10110 1010111 1 101101 1100010 111000

Color Harmonies of #FDC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC620

Black with #FDC620

Text Example


Text Example

White with #FDC620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC620; }

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

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

background-color css

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

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

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

border-color css

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

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

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