#F2CF1A

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

Shades of Turbo #F2CF1A

Tints of Turbo #F2CF1A

Color information

#F2CF1A (or 0xF2CF1A) is unknown color: approx Turbo. HEX triplet: F2, CF and 1A. RGB value is (242,207,26). Sum of RGB (Red+Green+Blue) = 242+207+26=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CF1A is #0D30E5. Grayscale: #C5C5C5. Windows color (decimal): -864486 or 1757170. OLE color: 1757170.

HSL color Cylindrical-coordinate representation of color #F2CF1A: hue angle of 50.28º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2CF1A is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB24220726-
CMYK00.140.890.05
HSL50.28º89.26%52.55%-
HSV(B)50.28º89.26%94.9%-
XYZ59.1263.5810.13-
YUV196.8331.6160.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.95%
GREEN value IS 207 (81.25% from 255) = 43.58%
BLUE value IS 26 (10.55% from 255) = 5.47%
R=50.95%
G=43.58%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422072600.140.890.0550.2889.2652.55
HexF2CF1A0E595325935
Octal3623173201613156213165
Binary1111001011001111110100111010110011011100101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CF1A; }

 p { color: rgb(242,207,26); }

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

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

 a { background-color: rgb(242,207,26); }

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

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

 span { border-color: rgb(242,207,26); }

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