Html Css Color HEX #F93209 Scarlet

📋 copy color: '#F93209'

red 249 ◦ green 50 ◦ blue 9

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

Shades of Scarlet #F93209

Tints of Scarlet #F93209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

 BLUE value IS 9 (3.91% from 255) = 2.92%

R = 80.84%
G = 16.23%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F93209 (or 0xF93209) is known color: Scarlet. HEX triplet: F9, 32 and 09. RGB value is (249,50,9). Sum of RGB (Red+Green+Blue) = 249+50+9=308 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.84% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 249 - color contains mainly: red. Hex color #F93209 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93209 is #06CDF6. Grayscale: #696969. Windows color (decimal): -445943 or 602873. OLE color: 602873.

HSL color Cylindrical-coordinate representation of color #F93209: hue angle of 10.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F93209 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 50 9 -
CMYK 0 0.80 0.96 0.02
HSL 10.25º 0.95% 0.51% -
HSV(B) 10.25º 0.96% 0.98% -
XYZ 40.26 22.44 2.47 -
YUV 104.83 73.93 230.83 -
System Red Green Blue C M Y K H S L
Decimal 249 50 9 0 0.80 0.96 0.02 10.25 0.95 0.51
Hex F9 32 9 0 50 60 2 A 5F 33
Octal 371 62 11 0 120 140 2 12 137 63
Binary 11111001 110010 1001 0 1010000 1100000 10 1010 1011111 110011

Color Harmonies of #F93209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93209

Black with #F93209

Text Example


Text Example

White with #F93209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93209; }

 p { color: rgb(249,50,9); }

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

background-color css

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

 a { background-color: rgb(249,50,9); }

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

border-color css

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

 span { border-color: rgb(249,50,9); }

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