Html Css Color HEX #FDC522 Turbo

📋 copy color: '#FDC522'

red 253 ◦ green 197 ◦ blue 34

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

Shades of Turbo #FDC522

Tints of Turbo #FDC522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.02%

R = 52.27%
G = 40.7%
B = 7.02%

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

#FDC522 (or 0xFDC522) is known color: Turbo. HEX triplet: FD, C5 and 22. RGB value is (253,197,34). Sum of RGB (Red+Green+Blue) = 253+197+34=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC522 is #023ADD. Grayscale: #C3C3C3. Windows color (decimal): -146142 or 2278909. OLE color: 2278909.

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

Color convert

RGB 253 197 34 -
CMYK 0 0.22 0.87 0.01
HSL 44.66º 0.98% 0.56% -
HSV(B) 44.66º 0.87% 0.99% -
XYZ 60.76 60.93 10.07 -
YUV 195.16 37.05 169.25 -
System Red Green Blue C M Y K H S L
Decimal 253 197 34 0 0.22 0.87 0.01 44.66 0.98 0.56
Hex FD C5 22 0 16 57 1 2D 62 38
Octal 375 305 42 0 26 127 1 55 142 70
Binary 11111101 11000101 100010 0 10110 1010111 1 101101 1100010 111000

Color Harmonies of #FDC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC522

Black with #FDC522

Text Example


Text Example

White with #FDC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC522; }

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

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

background-color css

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

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

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

border-color css

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

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

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