Html Css Color HEX #F6270A Scarlet

📋 copy color: '#F6270A'

red 246 ◦ green 39 ◦ blue 10

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

Shades of Scarlet #F6270A

Tints of Scarlet #F6270A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.22%

 BLUE value IS 10 (4.3% from 255) = 3.39%

R = 83.39%
G = 13.22%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6270A (or 0xF6270A) is known color: Scarlet. HEX triplet: F6, 27 and 0A. RGB value is (246,39,10). Sum of RGB (Red+Green+Blue) = 246+39+10=295 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.39% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 246 - color contains mainly: red. Hex color #F6270A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6270A is #09D8F5. Grayscale: #616161. Windows color (decimal): -645366 or 665590. OLE color: 665590.

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

Color convert

RGB 246 39 10 -
CMYK 0 0.84 0.96 0.04
HSL 7.37º 0.93% 0.5% -
HSV(B) 7.37º 0.96% 0.96% -
XYZ 38.79 21.07 2.31 -
YUV 97.59 78.58 233.86 -
System Red Green Blue C M Y K H S L
Decimal 246 39 10 0 0.84 0.96 0.04 7.37 0.93 0.5
Hex F6 27 A 0 54 60 4 7 5D 32
Octal 366 47 12 0 124 140 4 7 135 62
Binary 11110110 100111 1010 0 1010100 1100000 100 111 1011101 110010

Color Harmonies of #F6270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6270A

Black with #F6270A

Text Example


Text Example

White with #F6270A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6270A; }

 p { color: rgb(246,39,10); }

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

background-color css

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

 a { background-color: rgb(246,39,10); }

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

border-color css

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

 span { border-color: rgb(246,39,10); }

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