Html Css Color HEX #F93000 Scarlet

📋 copy color: '#F93000'

red 249 ◦ green 48 ◦ blue 0

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

Shades of Scarlet #F93000

Tints of Scarlet #F93000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.84%
G = 16.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F93000 (or 0xF93000) is known color: Scarlet. HEX triplet: F9, 30 and 00. RGB value is (249,48,0). Sum of RGB (Red+Green+Blue) = 249+48+0=297 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.84% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 249 - color contains mainly: red. Hex color #F93000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93000 is #06CFFF. Grayscale: #676767. Windows color (decimal): -446464 or 12537. OLE color: 12537.

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

Color convert

RGB 249 48 0 -
CMYK 0 0.81 1 0.02
HSL 11.57º 1% 0.49% -
HSV(B) 11.57º 1% 0.98% -
XYZ 40.12 22.25 2.18 -
YUV 102.63 70.09 232.4 -
System Red Green Blue C M Y K H S L
Decimal 249 48 0 0 0.81 1 0.02 11.57 1 0.49
Hex F9 30 0 0 51 64 2 C 64 31
Octal 371 60 0 0 121 144 2 14 144 61
Binary 11111001 110000 0 0 1010001 1100100 10 1100 1100100 110001

Color Harmonies of #F93000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93000

Black with #F93000

Text Example


Text Example

White with #F93000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93000; }

 p { color: rgb(249,48,0); }

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

background-color css

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

 a { background-color: rgb(249,48,0); }

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

border-color css

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

 span { border-color: rgb(249,48,0); }

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