Html Css Color HEX #F60C00 Red

📋 copy color: '#F60C00'

red 246 ◦ green 12 ◦ blue 0

#F60C00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #F60C00

Tints of Red #F60C00

RGB

 RED value IS 246 (96.48% from 255) = 95.35%

 GREEN value IS 12 (5.08% from 255) = 4.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.35%
G = 4.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F60C00 (or 0xF60C00) is known color: Red. HEX triplet: F6, 0C and 00. RGB value is (246,12,0). Sum of RGB (Red+Green+Blue) = 246+12+0=258 (34% of max value = 765). Red value is 246 (96.48% from 255 or 95.35% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60C00 is #09F3FF. Grayscale: #505050. Windows color (decimal): -652288 or 3318. OLE color: 3318.

HSL color Cylindrical-coordinate representation of color #F60C00: hue angle of 2.93º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60C00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 12 0 -
CMYK 0 0.95 1 0.04
HSL 2.93º 1% 0.48% -
HSV(B) 2.93º 1% 0.96% -
XYZ 38.14 19.86 1.82 -
YUV 80.6 82.52 245.98 -
System Red Green Blue C M Y K H S L
Decimal 246 12 0 0 0.95 1 0.04 2.93 1 0.48
Hex F6 C 0 0 5F 64 4 3 64 30
Octal 366 14 0 0 137 144 4 3 144 60
Binary 11110110 1100 0 0 1011111 1100100 100 11 1100100 110000

Color Harmonies of #F60C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C00

Black with #F60C00

Text Example


Text Example

White with #F60C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C00; }

 p { color: rgb(246,12,0); }

 H1.HeaderClassName
 {
   color: #F60C00;
 }
 .AnyTagClassName
 {
   color: #F60C00;
 }
</style>

background-color css

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

 a { background-color: rgb(246,12,0); }

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

border-color css

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

 span { border-color: rgb(246,12,0); }

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