Html Css Color HEX #F82C03 Scarlet

📋 copy color: '#F82C03'

red 248 ◦ green 44 ◦ blue 3

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

Shades of Scarlet #F82C03

Tints of Scarlet #F82C03

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.92%

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 84.07%
G = 14.92%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F82C03 (or 0xF82C03) is known color: Scarlet. HEX triplet: F8, 2C and 03. RGB value is (248,44,3). Sum of RGB (Red+Green+Blue) = 248+44+3=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82C03 is #07D3FC. Grayscale: #646464. Windows color (decimal): -513021 or 208120. OLE color: 208120.

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

Color convert

RGB 248 44 3 -
CMYK 0 0.82 0.99 0.03
HSL 10.04º 0.98% 0.49% -
HSV(B) 10.04º 0.99% 0.97% -
XYZ 39.63 21.76 2.2 -
YUV 100.32 73.09 233.33 -
System Red Green Blue C M Y K H S L
Decimal 248 44 3 0 0.82 0.99 0.03 10.04 0.98 0.49
Hex F8 2C 3 0 52 63 3 A 62 31
Octal 370 54 3 0 122 143 3 12 142 61
Binary 11111000 101100 11 0 1010010 1100011 11 1010 1100010 110001

Color Harmonies of #F82C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C03

Black with #F82C03

Text Example


Text Example

White with #F82C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C03; }

 p { color: rgb(248,44,3); }

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

background-color css

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

 a { background-color: rgb(248,44,3); }

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

border-color css

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

 span { border-color: rgb(248,44,3); }

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