Html Css Color HEX #F6250C Scarlet

📋 copy color: '#F6250C'

red 246 ◦ green 37 ◦ blue 12

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

Shades of Scarlet #F6250C

Tints of Scarlet #F6250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.07%

R = 83.39%
G = 12.54%
B = 4.07%

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

#F6250C (or 0xF6250C) is known color: Scarlet. HEX triplet: F6, 25 and 0C. RGB value is (246,37,12). Sum of RGB (Red+Green+Blue) = 246+37+12=295 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.39% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 246 - color contains mainly: red. Hex color #F6250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6250C is #09DAF3. Grayscale: #606060. Windows color (decimal): -645876 or 796150. OLE color: 796150.

HSL color Cylindrical-coordinate representation of color #F6250C: hue angle of 6.41º 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 #F6250C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 37 12 -
CMYK 0 0.85 0.95 0.04
HSL 6.41º 0.93% 0.51% -
HSV(B) 6.41º 0.95% 0.96% -
XYZ 38.73 20.94 2.35 -
YUV 96.64 80.24 234.53 -
System Red Green Blue C M Y K H S L
Decimal 246 37 12 0 0.85 0.95 0.04 6.41 0.93 0.51
Hex F6 25 C 0 55 5F 4 6 5D 33
Octal 366 45 14 0 125 137 4 6 135 63
Binary 11110110 100101 1100 0 1010101 1011111 100 110 1011101 110011

Color Harmonies of #F6250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6250C

Black with #F6250C

Text Example


Text Example

White with #F6250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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