#F7C81C

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

Shades of Turbo #F7C81C

Tints of Turbo #F7C81C

Color information

#F7C81C (or 0xF7C81C) is unknown color: approx Turbo. HEX triplet: F7, C8 and 1C. RGB value is (247,200,28). Sum of RGB (Red+Green+Blue) = 247+200+28=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 28 (11.33% from 255 or 5.89% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C81C is #0837E3. Grayscale: #C3C3C3. Windows color (decimal): -538596 or 1886455. OLE color: 1886455.

HSL color Cylindrical-coordinate representation of color #F7C81C: hue angle of 47.12º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7C81C is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB24720028-
CMYK00.190.890.03
HSL47.12º93.19%53.92%-
HSV(B)47.12º88.66%96.86%-
XYZ59.2261.179.78-
YUV194.4434.07165.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 200 (78.52% from 255) = 42.11%
BLUE value IS 28 (11.33% from 255) = 5.89%
R=52%
G=42.11%
B=5.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472002800.190.890.0347.1293.1953.92
HexF7C81C0135932f5d36
Octal3673103402313135713566
Binary1111011111001000111000100111011001111011111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C81C; }

 p { color: rgb(247,200,28); }

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

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

 a { background-color: rgb(247,200,28); }

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

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

 span { border-color: rgb(247,200,28); }

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