Html Css Color HEX #F93404 Scarlet

📋 copy color: '#F93404'

red 249 ◦ green 52 ◦ blue 4

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

Shades of Scarlet #F93404

Tints of Scarlet #F93404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

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

R = 81.64%
G = 17.05%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F93404 (or 0xF93404) is known color: Scarlet. HEX triplet: F9, 34 and 04. RGB value is (249,52,4). Sum of RGB (Red+Green+Blue) = 249+52+4=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F93404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93404 is #06CBFB. Grayscale: #696969. Windows color (decimal): -445436 or 275705. OLE color: 275705.

HSL color Cylindrical-coordinate representation of color #F93404: hue angle of 11.76º 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 #F93404 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 52 4 -
CMYK 0 0.79 0.98 0.02
HSL 11.76º 0.97% 0.5% -
HSV(B) 11.76º 0.98% 0.98% -
XYZ 40.32 22.6 2.35 -
YUV 105.43 70.77 230.4 -
System Red Green Blue C M Y K H S L
Decimal 249 52 4 0 0.79 0.98 0.02 11.76 0.97 0.5
Hex F9 34 4 0 4F 62 2 C 61 32
Octal 371 64 4 0 117 142 2 14 141 62
Binary 11111001 110100 100 0 1001111 1100010 10 1100 1100001 110010

Color Harmonies of #F93404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93404

Black with #F93404

Text Example


Text Example

White with #F93404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93404; }

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

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

background-color css

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

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

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

border-color css

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

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

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