Html Css Color HEX #F82900 Scarlet

📋 copy color: '#F82900'

red 248 ◦ green 41 ◦ blue 0

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

Shades of Scarlet #F82900

Tints of Scarlet #F82900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

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

R = 85.81%
G = 14.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F82900 (or 0xF82900) is known color: Scarlet. HEX triplet: F8, 29 and 00. RGB value is (248,41,0). Sum of RGB (Red+Green+Blue) = 248+41+0=289 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.81% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 248 - color contains mainly: red. Hex color #F82900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82900 is #07D6FF. Grayscale: #626262. Windows color (decimal): -513792 or 10744. OLE color: 10744.

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

Color convert

RGB 248 41 0 -
CMYK 0 0.83 1 0.03
HSL 9.92º 1% 0.49% -
HSV(B) 9.92º 1% 0.97% -
XYZ 39.5 21.54 2.08 -
YUV 98.22 72.58 234.83 -
System Red Green Blue C M Y K H S L
Decimal 248 41 0 0 0.83 1 0.03 9.92 1 0.49
Hex F8 29 0 0 53 64 3 A 64 31
Octal 370 51 0 0 123 144 3 12 144 61
Binary 11111000 101001 0 0 1010011 1100100 11 1010 1100100 110001

Color Harmonies of #F82900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82900

Black with #F82900

Text Example


Text Example

White with #F82900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82900; }

 p { color: rgb(248,41,0); }

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

background-color css

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

 a { background-color: rgb(248,41,0); }

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

border-color css

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

 span { border-color: rgb(248,41,0); }

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