Html Css Color HEX #FDC524 Turbo

📋 copy color: '#FDC524'

red 253 ◦ green 197 ◦ blue 36

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

Shades of Turbo #FDC524

Tints of Turbo #FDC524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.41%

R = 52.06%
G = 40.53%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDC524 (or 0xFDC524) is known color: Turbo. HEX triplet: FD, C5 and 24. RGB value is (253,197,36). Sum of RGB (Red+Green+Blue) = 253+197+36=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 36 (14.45% from 255 or 7.41% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC524 is #023ADB. Grayscale: #C4C4C4. Windows color (decimal): -146140 or 2409981. OLE color: 2409981.

HSL color Cylindrical-coordinate representation of color #FDC524: hue angle of 44.52º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDC524 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 197 36 -
CMYK 0 0.22 0.86 0.01
HSL 44.52º 0.98% 0.57% -
HSV(B) 44.52º 0.86% 0.99% -
XYZ 60.79 60.94 10.23 -
YUV 195.39 38.05 169.09 -
System Red Green Blue C M Y K H S L
Decimal 253 197 36 0 0.22 0.86 0.01 44.52 0.98 0.57
Hex FD C5 24 0 16 56 1 2D 62 39
Octal 375 305 44 0 26 126 1 55 142 71
Binary 11111101 11000101 100100 0 10110 1010110 1 101101 1100010 111001

Color Harmonies of #FDC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC524

Black with #FDC524

Text Example


Text Example

White with #FDC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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