Html Css Color HEX #F6230F Scarlet

📋 copy color: '#F6230F'

red 246 ◦ green 35 ◦ blue 15

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

Shades of Scarlet #F6230F

Tints of Scarlet #F6230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

 BLUE value IS 15 (6.25% from 255) = 5.07%

R = 83.11%
G = 11.82%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6230F (or 0xF6230F) is known color: Scarlet. HEX triplet: F6, 23 and 0F. RGB value is (246,35,15). Sum of RGB (Red+Green+Blue) = 246+35+15=296 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.11% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 246 - color contains mainly: red. Hex color #F6230F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6230F is #09DCF0. Grayscale: #606060. Windows color (decimal): -646385 or 992246. OLE color: 992246.

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

Color convert

RGB 246 35 15 -
CMYK 0 0.86 0.94 0.04
HSL 5.19º 0.93% 0.51% -
HSV(B) 5.19º 0.94% 0.96% -
XYZ 38.69 20.83 2.43 -
YUV 95.81 82.4 235.13 -
System Red Green Blue C M Y K H S L
Decimal 246 35 15 0 0.86 0.94 0.04 5.19 0.93 0.51
Hex F6 23 F 0 56 5E 4 5 5D 33
Octal 366 43 17 0 126 136 4 5 135 63
Binary 11110110 100011 1111 0 1010110 1011110 100 101 1011101 110011

Color Harmonies of #F6230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6230F

Black with #F6230F

Text Example


Text Example

White with #F6230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6230F; }

 p { color: rgb(246,35,15); }

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

background-color css

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

 a { background-color: rgb(246,35,15); }

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

border-color css

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

 span { border-color: rgb(246,35,15); }

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