#F9CA22

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

Shades of Turbo #F9CA22

Tints of Turbo #F9CA22

Color information

#F9CA22 (or 0xF9CA22) is unknown color: approx Turbo. HEX triplet: F9, CA and 22. RGB value is (249,202,34). Sum of RGB (Red+Green+Blue) = 249+202+34=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 34 (13.67% from 255 or 7.01% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CA22 is #0635DD. Grayscale: #C5C5C5. Windows color (decimal): -407006 or 2280185. OLE color: 2280185.

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

Color convert

RGB24920234-
CMYK00.190.860.02
HSL46.88º94.71%55.49%-
HSV(B)46.88º86.35%97.65%-
XYZ60.4862.510.39-
YUV196.936.07165.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.34%
GREEN value IS 202 (79.30% from 255) = 41.65%
BLUE value IS 34 (13.67% from 255) = 7.01%
R=51.34%
G=41.65%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492023400.190.860.0246.8894.7155.49
HexF9CA220135622f5f37
Octal3713124202312625713767
Binary11111001110010101000100100111010110101011111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CA22; }

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

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

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

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

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

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

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

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