#FFC519

Color #FFC519 Turbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turbo #FFC519

Tints of Turbo #FFC519

Color information

#FFC519 (or 0xFFC519) is unknown color: approx Turbo. HEX triplet: FF, C5 and 19. RGB value is (255,197,25). Sum of RGB (Red+Green+Blue) = 255+197+25=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 25 (10.16% from 255 or 5.24% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC519 is #003AE6. Grayscale: #C3C3C3. Windows color (decimal): -15079 or 1689087. OLE color: 1689087.

HSL color Cylindrical-coordinate representation of color #FFC519: hue angle of 44.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFC519 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB25519725-
CMYK00.230.900
HSL44.87º100%54.9%-
HSV(B)44.87º90.2%100%-
XYZ61.3861.269.51-
YUV194.7332.22170.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.46%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 25 (10.16% from 255) = 5.24%
R=53.46%
G=41.30%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.90
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551972500.230.90044.8710054.9
HexFFC5190175A02d6437
Octal3773053102713205514467
Binary111111111100010111001010111101101001011011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC519; }

 p { color: rgb(255,197,25); }

 H1.HeaderClassName
 {
   color: #FFC519;
 }
 .AnyTagClassName
 {
   color: #FFC519;
 }
</style>
background-color css

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

 a { background-color: rgb(255,197,25); }

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

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

 span { border-color: rgb(255,197,25); }

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