Html Css Color HEX #F82D0C Scarlet

📋 copy color: '#F82D0C'

red 248 ◦ green 45 ◦ blue 12

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

Shades of Scarlet #F82D0C

Tints of Scarlet #F82D0C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 81.31%
G = 14.75%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F82D0C (or 0xF82D0C) is known color: Scarlet. HEX triplet: F8, 2D and 0C. RGB value is (248,45,12). Sum of RGB (Red+Green+Blue) = 248+45+12=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82D0C is #07D2F3. Grayscale: #666666. Windows color (decimal): -512756 or 798200. OLE color: 798200.

HSL color Cylindrical-coordinate representation of color #F82D0C: hue angle of 8.39º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F82D0C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 45 12 -
CMYK 0 0.82 0.95 0.03
HSL 8.39º 0.94% 0.51% -
HSV(B) 8.39º 0.95% 0.97% -
XYZ 39.72 21.86 2.47 -
YUV 101.94 77.25 232.18 -
System Red Green Blue C M Y K H S L
Decimal 248 45 12 0 0.82 0.95 0.03 8.39 0.94 0.51
Hex F8 2D C 0 52 5F 3 8 5E 33
Octal 370 55 14 0 122 137 3 10 136 63
Binary 11111000 101101 1100 0 1010010 1011111 11 1000 1011110 110011

Color Harmonies of #F82D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D0C

Black with #F82D0C

Text Example


Text Example

White with #F82D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D0C; }

 p { color: rgb(248,45,12); }

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

background-color css

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

 a { background-color: rgb(248,45,12); }

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

border-color css

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

 span { border-color: rgb(248,45,12); }

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