Html Css Color HEX #F93306 Scarlet

📋 copy color: '#F93306'

red 249 ◦ green 51 ◦ blue 6

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

Shades of Scarlet #F93306

Tints of Scarlet #F93306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

 BLUE value IS 6 (2.73% from 255) = 1.96%

R = 81.37%
G = 16.67%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F93306 (or 0xF93306) is known color: Scarlet. HEX triplet: F9, 33 and 06. RGB value is (249,51,6). Sum of RGB (Red+Green+Blue) = 249+51+6=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F93306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93306 is #06CCF9. Grayscale: #696969. Windows color (decimal): -445690 or 406521. OLE color: 406521.

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

Color convert

RGB 249 51 6 -
CMYK 0 0.80 0.98 0.02
HSL 11.11º 0.95% 0.5% -
HSV(B) 11.11º 0.98% 0.98% -
XYZ 40.28 22.52 2.4 -
YUV 105.07 72.1 230.66 -
System Red Green Blue C M Y K H S L
Decimal 249 51 6 0 0.80 0.98 0.02 11.11 0.95 0.5
Hex F9 33 6 0 50 62 2 B 5F 32
Octal 371 63 6 0 120 142 2 13 137 62
Binary 11111001 110011 110 0 1010000 1100010 10 1011 1011111 110010

Color Harmonies of #F93306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93306

Black with #F93306

Text Example


Text Example

White with #F93306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93306; }

 p { color: rgb(249,51,6); }

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

background-color css

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

 a { background-color: rgb(249,51,6); }

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

border-color css

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

 span { border-color: rgb(249,51,6); }

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