#F9CA16

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

Shades of Turbo #F9CA16

Tints of Turbo #F9CA16

Color information

#F9CA16 (or 0xF9CA16) is unknown color: approx Turbo. HEX triplet: F9, CA and 16. RGB value is (249,202,22). Sum of RGB (Red+Green+Blue) = 249+202+22=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CA16 is #0635E9. Grayscale: #C4C4C4. Windows color (decimal): -407018 or 1493753. OLE color: 1493753.

HSL color Cylindrical-coordinate representation of color #F9CA16: hue angle of 47.58º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9CA16 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB24920222-
CMYK00.190.910.02
HSL47.58º94.98%53.14%-
HSV(B)47.58º91.16%97.65%-
XYZ60.3362.449.63-
YUV195.5330.07166.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.64%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 22 (8.98% from 255) = 4.65%
R=52.64%
G=42.71%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492022200.190.910.0247.5894.9853.14
HexF9CA160135B2305f35
Octal3713122602313326013765
Binary1111100111001010101100100111011011101100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CA16; }

 p { color: rgb(249,202,22); }

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

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

 a { background-color: rgb(249,202,22); }

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

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

 span { border-color: rgb(249,202,22); }

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