Html Css Color HEX #F93409 Scarlet

📋 copy color: '#F93409'

red 249 ◦ green 52 ◦ blue 9

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

Shades of Scarlet #F93409

Tints of Scarlet #F93409

RGB

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

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

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

R = 80.32%
G = 16.77%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F93409 (or 0xF93409) is known color: Scarlet. HEX triplet: F9, 34 and 09. RGB value is (249,52,9). Sum of RGB (Red+Green+Blue) = 249+52+9=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F93409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93409 is #06CBF6. Grayscale: #6A6A6A. Windows color (decimal): -445431 or 603385. OLE color: 603385.

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

Color convert

RGB 249 52 9 -
CMYK 0 0.79 0.96 0.02
HSL 10.75º 0.95% 0.51% -
HSV(B) 10.75º 0.96% 0.98% -
XYZ 40.34 22.62 2.5 -
YUV 106 73.27 230 -
System Red Green Blue C M Y K H S L
Decimal 249 52 9 0 0.79 0.96 0.02 10.75 0.95 0.51
Hex F9 34 9 0 4F 60 2 B 5F 33
Octal 371 64 11 0 117 140 2 13 137 63
Binary 11111001 110100 1001 0 1001111 1100000 10 1011 1011111 110011

Color Harmonies of #F93409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93409

Black with #F93409

Text Example


Text Example

White with #F93409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93409; }

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

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

background-color css

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

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

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

border-color css

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

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

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