Html Css Color HEX #FDC521 Turbo

📋 copy color: '#FDC521'

red 253 ◦ green 197 ◦ blue 33

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

Shades of Turbo #FDC521

Tints of Turbo #FDC521

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.79%

 BLUE value IS 33 (13.28% from 255) = 6.83%

R = 52.38%
G = 40.79%
B = 6.83%

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

#FDC521 (or 0xFDC521) is known color: Turbo. HEX triplet: FD, C5 and 21. RGB value is (253,197,33). Sum of RGB (Red+Green+Blue) = 253+197+33=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC521 is #023ADE. Grayscale: #C3C3C3. Windows color (decimal): -146143 or 2213373. OLE color: 2213373.

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

Color convert

RGB 253 197 33 -
CMYK 0 0.22 0.87 0.01
HSL 44.73º 0.98% 0.56% -
HSV(B) 44.73º 0.87% 0.99% -
XYZ 60.75 60.92 10 -
YUV 195.05 36.55 169.34 -
System Red Green Blue C M Y K H S L
Decimal 253 197 33 0 0.22 0.87 0.01 44.73 0.98 0.56
Hex FD C5 21 0 16 57 1 2D 62 38
Octal 375 305 41 0 26 127 1 55 142 70
Binary 11111101 11000101 100001 0 10110 1010111 1 101101 1100010 111000

Color Harmonies of #FDC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC521

Black with #FDC521

Text Example


Text Example

White with #FDC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC521; }

 p { color: rgb(253,197,33); }

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

background-color css

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

 a { background-color: rgb(253,197,33); }

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

border-color css

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

 span { border-color: rgb(253,197,33); }

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