Html Css Color HEX #FDC527 Turbo

📋 copy color: '#FDC527'

red 253 ◦ green 197 ◦ blue 39

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

Shades of Turbo #FDC527

Tints of Turbo #FDC527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.98%

R = 51.74%
G = 40.29%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDC527 (or 0xFDC527) is known color: Turbo. HEX triplet: FD, C5 and 27. RGB value is (253,197,39). Sum of RGB (Red+Green+Blue) = 253+197+39=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 39 (15.62% from 255 or 7.98% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC527 is #023AD8. Grayscale: #C4C4C4. Windows color (decimal): -146137 or 2606589. OLE color: 2606589.

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

Color convert

RGB 253 197 39 -
CMYK 0 0.22 0.85 0.01
HSL 44.3º 0.98% 0.57% -
HSV(B) 44.3º 0.85% 0.99% -
XYZ 60.84 60.96 10.48 -
YUV 195.73 39.55 168.85 -
System Red Green Blue C M Y K H S L
Decimal 253 197 39 0 0.22 0.85 0.01 44.3 0.98 0.57
Hex FD C5 27 0 16 55 1 2C 62 39
Octal 375 305 47 0 26 125 1 54 142 71
Binary 11111101 11000101 100111 0 10110 1010101 1 101100 1100010 111001

Color Harmonies of #FDC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC527

Black with #FDC527

Text Example


Text Example

White with #FDC527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC527; }

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

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

background-color css

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

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

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

border-color css

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

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

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