Html Css Color HEX #F82504 Scarlet

📋 copy color: '#F82504'

red 248 ◦ green 37 ◦ blue 4

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

Shades of Scarlet #F82504

Tints of Scarlet #F82504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 85.81%
G = 12.8%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F82504 (or 0xF82504) is known color: Scarlet. HEX triplet: F8, 25 and 04. RGB value is (248,37,4). Sum of RGB (Red+Green+Blue) = 248+37+4=289 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.81% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 248 - color contains mainly: red. Hex color #F82504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82504 is #07DAFB. Grayscale: #606060. Windows color (decimal): -514812 or 271864. OLE color: 271864.

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

Color convert

RGB 248 37 4 -
CMYK 0 0.85 0.98 0.03
HSL 8.11º 0.97% 0.49% -
HSV(B) 8.11º 0.98% 0.97% -
XYZ 39.39 21.29 2.15 -
YUV 96.33 75.9 236.18 -
System Red Green Blue C M Y K H S L
Decimal 248 37 4 0 0.85 0.98 0.03 8.11 0.97 0.49
Hex F8 25 4 0 55 62 3 8 61 31
Octal 370 45 4 0 125 142 3 10 141 61
Binary 11111000 100101 100 0 1010101 1100010 11 1000 1100001 110001

Color Harmonies of #F82504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82504

Black with #F82504

Text Example


Text Example

White with #F82504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82504; }

 p { color: rgb(248,37,4); }

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

background-color css

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

 a { background-color: rgb(248,37,4); }

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

border-color css

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

 span { border-color: rgb(248,37,4); }

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