#f8cb14

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

Shades of Turbo #F8CB14

Tints of Turbo #F8CB14

Color information

#F8CB14 (or 0xF8CB14) is unknown color: approx Turbo. HEX triplet: F8, CB and 14. RGB value is (248,203,20). Sum of RGB (Red+Green+Blue) = 248+203+20=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CB14 is #0734EB. Grayscale: #C4C4C4. Windows color (decimal): -472300 or 1362936. OLE color: 1362936.

HSL color Cylindrical-coordinate representation of color #F8CB14: hue angle of 48.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8CB14 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB24820320-
CMYK00.180.920.03
HSL48.16º94.21%52.55%-
HSV(B)48.16º91.94%97.25%-
XYZ60.1962.729.6-
YUV195.5928.91165.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.65%
GREEN value IS 203 (79.69% from 255) = 43.10%
BLUE value IS 20 (8.20% from 255) = 4.25%
R=52.65%
G=43.10%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482032000.180.920.0348.1694.2152.55
HexF8CB140125C3305e35
Octal3703132402213436013665
Binary1111100011001011101000100101011100111100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8cb14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8cb14; }

 p { color: rgb(248,203,20); }

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

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

 a { background-color: rgb(248,203,20); }

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

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

 span { border-color: rgb(248,203,20); }

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