Html Css Color HEX #F82402 Scarlet

📋 copy color: '#F82402'

red 248 ◦ green 36 ◦ blue 2

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

Shades of Scarlet #F82402

Tints of Scarlet #F82402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

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

R = 86.71%
G = 12.59%
B = 0.7%

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

#F82402 (or 0xF82402) is known color: Scarlet. HEX triplet: F8, 24 and 02. RGB value is (248,36,2). Sum of RGB (Red+Green+Blue) = 248+36+2=286 (37% of max value = 765). Red value is 248 (97.27% from 255 or 86.71% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 248 - color contains mainly: red. Hex color #F82402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82402 is #07DBFD. Grayscale: #5F5F5F. Windows color (decimal): -515070 or 140536. OLE color: 140536.

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

Color convert

RGB 248 36 2 -
CMYK 0 0.85 0.99 0.03
HSL 8.29º 0.98% 0.49% -
HSV(B) 8.29º 0.99% 0.97% -
XYZ 39.35 21.22 2.08 -
YUV 95.51 75.24 236.76 -
System Red Green Blue C M Y K H S L
Decimal 248 36 2 0 0.85 0.99 0.03 8.29 0.98 0.49
Hex F8 24 2 0 55 63 3 8 62 31
Octal 370 44 2 0 125 143 3 10 142 61
Binary 11111000 100100 10 0 1010101 1100011 11 1000 1100010 110001

Color Harmonies of #F82402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82402

Black with #F82402

Text Example


Text Example

White with #F82402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82402; }

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

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

background-color css

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

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

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

border-color css

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

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

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