Html Css Color HEX #F6250D Scarlet

📋 copy color: '#F6250D'

red 246 ◦ green 37 ◦ blue 13

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

Shades of Scarlet #F6250D

Tints of Scarlet #F6250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 13 (5.47% from 255) = 4.39%

R = 83.11%
G = 12.5%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6250D (or 0xF6250D) is known color: Scarlet. HEX triplet: F6, 25 and 0D. RGB value is (246,37,13). Sum of RGB (Red+Green+Blue) = 246+37+13=296 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.11% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 246 - color contains mainly: red. Hex color #F6250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6250D is #09DAF2. Grayscale: #616161. Windows color (decimal): -645875 or 861686. OLE color: 861686.

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

Color convert

RGB 246 37 13 -
CMYK 0 0.85 0.95 0.04
HSL 6.18º 0.93% 0.51% -
HSV(B) 6.18º 0.95% 0.96% -
XYZ 38.74 20.95 2.38 -
YUV 96.76 80.74 234.45 -
System Red Green Blue C M Y K H S L
Decimal 246 37 13 0 0.85 0.95 0.04 6.18 0.93 0.51
Hex F6 25 D 0 55 5F 4 6 5D 33
Octal 366 45 15 0 125 137 4 6 135 63
Binary 11110110 100101 1101 0 1010101 1011111 100 110 1011101 110011

Color Harmonies of #F6250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6250D

Black with #F6250D

Text Example


Text Example

White with #F6250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6250D; }

 p { color: rgb(246,37,13); }

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

background-color css

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

 a { background-color: rgb(246,37,13); }

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

border-color css

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

 span { border-color: rgb(246,37,13); }

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