#F7C925

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

Shades of Turbo #F7C925

Tints of Turbo #F7C925

Color information

#F7C925 (or 0xF7C925) is unknown color: approx Turbo. HEX triplet: F7, C9 and 25. RGB value is (247,201,37). Sum of RGB (Red+Green+Blue) = 247+201+37=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C925 is #0836DA. Grayscale: #C4C4C4. Windows color (decimal): -538331 or 2476535. OLE color: 2476535.

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

Color convert

RGB24720137-
CMYK00.190.850.03
HSL46.86º92.92%55.69%-
HSV(B)46.86º85.02%96.86%-
XYZ59.5861.6810.52-
YUV196.0638.24164.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.93%
GREEN value IS 201 (78.91% from 255) = 41.44%
BLUE value IS 37 (14.84% from 255) = 7.63%
R=50.93%
G=41.44%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472013700.190.850.0346.8692.9255.69
HexF7C9250135532f5d38
Octal3673114502312535713570
Binary11110111110010011001010100111010101111011111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C925; }

 p { color: rgb(247,201,37); }

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

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

 a { background-color: rgb(247,201,37); }

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

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

 span { border-color: rgb(247,201,37); }

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