Html Css Color HEX #F82602 Scarlet

📋 copy color: '#F82602'

red 248 ◦ green 38 ◦ blue 2

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

Shades of Scarlet #F82602

Tints of Scarlet #F82602

RGB

 RED value IS 248 (97.27% from 255) = 86.11%

 GREEN value IS 38 (15.23% from 255) = 13.19%

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

R = 86.11%
G = 13.19%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F82602 (or 0xF82602) is known color: Scarlet. HEX triplet: F8, 26 and 02. RGB value is (248,38,2). Sum of RGB (Red+Green+Blue) = 248+38+2=288 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.11% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 248 - color contains mainly: red. Hex color #F82602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82602 is #07D9FD. Grayscale: #616161. Windows color (decimal): -514558 or 141048. OLE color: 141048.

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

Color convert

RGB 248 38 2 -
CMYK 0 0.85 0.99 0.03
HSL 8.78º 0.98% 0.49% -
HSV(B) 8.78º 0.99% 0.97% -
XYZ 39.42 21.35 2.1 -
YUV 96.69 74.57 235.93 -
System Red Green Blue C M Y K H S L
Decimal 248 38 2 0 0.85 0.99 0.03 8.78 0.98 0.49
Hex F8 26 2 0 55 63 3 9 62 31
Octal 370 46 2 0 125 143 3 11 142 61
Binary 11111000 100110 10 0 1010101 1100011 11 1001 1100010 110001

Color Harmonies of #F82602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82602

Black with #F82602

Text Example


Text Example

White with #F82602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82602; }

 p { color: rgb(248,38,2); }

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

background-color css

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

 a { background-color: rgb(248,38,2); }

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

border-color css

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

 span { border-color: rgb(248,38,2); }

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