Html Css Color HEX #F92504 Scarlet

📋 copy color: '#F92504'

red 249 ◦ green 37 ◦ blue 4

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

Shades of Scarlet #F92504

Tints of Scarlet #F92504

RGB

 RED value IS 249 (97.66% from 255) = 85.86%

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

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

R = 85.86%
G = 12.76%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F92504 (or 0xF92504) is known color: Scarlet. HEX triplet: F9, 25 and 04. RGB value is (249,37,4). Sum of RGB (Red+Green+Blue) = 249+37+4=290 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.86% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 249 - color contains mainly: red. Hex color #F92504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92504 is #06DAFB. Grayscale: #606060. Windows color (decimal): -449276 or 271865. OLE color: 271865.

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

Color convert

RGB 249 37 4 -
CMYK 0 0.85 0.98 0.02
HSL 8.08º 0.97% 0.5% -
HSV(B) 8.08º 0.98% 0.98% -
XYZ 39.75 21.47 2.16 -
YUV 96.63 75.74 236.68 -
System Red Green Blue C M Y K H S L
Decimal 249 37 4 0 0.85 0.98 0.02 8.08 0.97 0.5
Hex F9 25 4 0 55 62 2 8 61 32
Octal 371 45 4 0 125 142 2 10 141 62
Binary 11111001 100101 100 0 1010101 1100010 10 1000 1100001 110010

Color Harmonies of #F92504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92504

Black with #F92504

Text Example


Text Example

White with #F92504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92504; }

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

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

background-color css

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

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

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

border-color css

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

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

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