#FFC614

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

Shades of Turbo #FFC614

Tints of Turbo #FFC614

Color information

#FFC614 (or 0xFFC614) is unknown color: approx Turbo. HEX triplet: FF, C6 and 14. RGB value is (255,198,20). Sum of RGB (Red+Green+Blue) = 255+198+20=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC614 is #0039EB. Grayscale: #C3C3C3. Windows color (decimal): -14828 or 1361663. OLE color: 1361663.

HSL color Cylindrical-coordinate representation of color #FFC614: hue angle of 45.45º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFC614 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB25519820-
CMYK00.220.920
HSL45.45º100%53.92%-
HSV(B)45.45º92.16%100%-
XYZ61.5661.79.33-
YUV194.7529.38170.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.91%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 20 (8.20% from 255) = 4.23%
R=53.91%
G=41.86%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551982000.220.92045.4510053.92
HexFFC6140165C02d6436
Octal3773062402613405514466
Binary111111111100011010100010110101110001011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC614; }

 p { color: rgb(255,198,20); }

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

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

 a { background-color: rgb(255,198,20); }

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

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

 span { border-color: rgb(255,198,20); }

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