Html Css Color HEX #F82901 Scarlet

📋 copy color: '#F82901'

red 248 ◦ green 41 ◦ blue 1

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

Shades of Scarlet #F82901

Tints of Scarlet #F82901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 85.52%
G = 14.14%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F82901 (or 0xF82901) is known color: Scarlet. HEX triplet: F8, 29 and 01. RGB value is (248,41,1). Sum of RGB (Red+Green+Blue) = 248+41+1=290 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.52% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 248 - color contains mainly: red. Hex color #F82901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82901 is #07D6FE. Grayscale: #626262. Windows color (decimal): -513791 or 76280. OLE color: 76280.

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

Color convert

RGB 248 41 1 -
CMYK 0 0.83 1.00 0.03
HSL 9.72º 0.99% 0.49% -
HSV(B) 9.72º 1% 0.97% -
XYZ 39.51 21.54 2.1 -
YUV 98.33 73.08 234.75 -
System Red Green Blue C M Y K H S L
Decimal 248 41 1 0 0.83 1.00 0.03 9.72 0.99 0.49
Hex F8 29 1 0 53 64 3 A 63 31
Octal 370 51 1 0 123 144 3 12 143 61
Binary 11111000 101001 1 0 1010011 1100100 11 1010 1100011 110001

Color Harmonies of #F82901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82901

Black with #F82901

Text Example


Text Example

White with #F82901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82901; }

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

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

background-color css

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

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

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

border-color css

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

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

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