#F2CC1B

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

Shades of Turbo #F2CC1B

Tints of Turbo #F2CC1B

Color information

#F2CC1B (or 0xF2CC1B) is unknown color: approx Turbo. HEX triplet: F2, CC and 1B. RGB value is (242,204,27). Sum of RGB (Red+Green+Blue) = 242+204+27=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 27 (10.94% from 255 or 5.71% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC1B is #0D33E4. Grayscale: #C3C3C3. Windows color (decimal): -865253 or 1821938. OLE color: 1821938.

HSL color Cylindrical-coordinate representation of color #F2CC1B: hue angle of 49.4º 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 #F2CC1B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB24220427-
CMYK00.160.890.05
HSL49.4º89.21%52.75%-
HSV(B)49.4º88.84%94.9%-
XYZ58.4162.149.95-
YUV195.1833.09161.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 27 (10.94% from 255) = 5.71%
R=51.16%
G=43.13%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422042700.160.890.0549.489.2152.75
HexF2CC1B010595315935
Octal3623143302013156113165
Binary11110010110011001101101000010110011011100011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC1B; }

 p { color: rgb(242,204,27); }

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

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

 a { background-color: rgb(242,204,27); }

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

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

 span { border-color: rgb(242,204,27); }

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