Html Css Color HEX #F82F01 Scarlet

📋 copy color: '#F82F01'

red 248 ◦ green 47 ◦ blue 1

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

Shades of Scarlet #F82F01

Tints of Scarlet #F82F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.88%

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

R = 83.78%
G = 15.88%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F82F01 (or 0xF82F01) is known color: Scarlet. HEX triplet: F8, 2F and 01. RGB value is (248,47,1). Sum of RGB (Red+Green+Blue) = 248+47+1=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82F01 is #07D0FE. Grayscale: #666666. Windows color (decimal): -512255 or 77816. OLE color: 77816.

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

Color convert

RGB 248 47 1 -
CMYK 0 0.81 1.00 0.03
HSL 11.17º 0.99% 0.49% -
HSV(B) 11.17º 1% 0.97% -
XYZ 39.73 21.99 2.18 -
YUV 101.86 71.09 232.24 -
System Red Green Blue C M Y K H S L
Decimal 248 47 1 0 0.81 1.00 0.03 11.17 0.99 0.49
Hex F8 2F 1 0 51 64 3 B 63 31
Octal 370 57 1 0 121 144 3 13 143 61
Binary 11111000 101111 1 0 1010001 1100100 11 1011 1100011 110001

Color Harmonies of #F82F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82F01

Black with #F82F01

Text Example


Text Example

White with #F82F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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