Html Css Color HEX #F62702 Scarlet

📋 copy color: '#F62702'

red 246 ◦ green 39 ◦ blue 2

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

Shades of Scarlet #F62702

Tints of Scarlet #F62702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 85.71%
G = 13.59%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F62702 (or 0xF62702) is known color: Scarlet. HEX triplet: F6, 27 and 02. RGB value is (246,39,2). Sum of RGB (Red+Green+Blue) = 246+39+2=287 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.71% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 246 - color contains mainly: red. Hex color #F62702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62702 is #09D8FD. Grayscale: #616161. Windows color (decimal): -645374 or 141302. OLE color: 141302.

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

Color convert

RGB 246 39 2 -
CMYK 0 0.84 0.99 0.04
HSL 9.1º 0.98% 0.49% -
HSV(B) 9.1º 0.99% 0.96% -
XYZ 38.74 21.05 2.08 -
YUV 96.68 74.58 234.51 -
System Red Green Blue C M Y K H S L
Decimal 246 39 2 0 0.84 0.99 0.04 9.1 0.98 0.49
Hex F6 27 2 0 54 63 4 9 62 31
Octal 366 47 2 0 124 143 4 11 142 61
Binary 11110110 100111 10 0 1010100 1100011 100 1001 1100010 110001

Color Harmonies of #F62702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62702

Black with #F62702

Text Example


Text Example

White with #F62702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62702; }

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

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

background-color css

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

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

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

border-color css

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

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

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