Html Css Color HEX #F62700 Scarlet

📋 copy color: '#F62700'

red 246 ◦ green 39 ◦ blue 0

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

Shades of Scarlet #F62700

Tints of Scarlet #F62700

RGB

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

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

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

R = 86.32%
G = 13.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F62700 (or 0xF62700) is known color: Scarlet. HEX triplet: F6, 27 and 00. RGB value is (246,39,0). Sum of RGB (Red+Green+Blue) = 246+39+0=285 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.32% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 246 - color contains mainly: red. Hex color #F62700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62700 is #09D8FF. Grayscale: #606060. Windows color (decimal): -645376 or 10230. OLE color: 10230.

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

Color convert

RGB 246 39 0 -
CMYK 0 0.84 1 0.04
HSL 9.51º 1% 0.48% -
HSV(B) 9.51º 1% 0.96% -
XYZ 38.73 21.04 2.02 -
YUV 96.45 73.58 234.67 -
System Red Green Blue C M Y K H S L
Decimal 246 39 0 0 0.84 1 0.04 9.51 1 0.48
Hex F6 27 0 0 54 64 4 A 64 30
Octal 366 47 0 0 124 144 4 12 144 60
Binary 11110110 100111 0 0 1010100 1100100 100 1010 1100100 110000

Color Harmonies of #F62700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62700

Black with #F62700

Text Example


Text Example

White with #F62700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62700; }

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

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

background-color css

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

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

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

border-color css

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

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

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