Html Css Color HEX #F93618 Scarlet

📋 copy color: '#F93618'

red 249 ◦ green 54 ◦ blue 24

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

Shades of Scarlet #F93618

Tints of Scarlet #F93618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

 BLUE value IS 24 (9.77% from 255) = 7.34%

R = 76.15%
G = 16.51%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F93618 (or 0xF93618) is known color: Scarlet. HEX triplet: F9, 36 and 18. RGB value is (249,54,24). Sum of RGB (Red+Green+Blue) = 249+54+24=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F93618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93618 is #06C9E7. Grayscale: #6D6D6D. Windows color (decimal): -444904 or 1586937. OLE color: 1586937.

HSL color Cylindrical-coordinate representation of color #F93618: hue angle of 8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F93618 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 54 24 -
CMYK 0 0.78 0.90 0.02
HSL 0.95% 0.54% -
HSV(B) 0.9% 0.98% -
XYZ 40.55 22.84 3.14 -
YUV 108.89 80.1 227.94 -
System Red Green Blue C M Y K H S L
Decimal 249 54 24 0 0.78 0.90 0.02 8 0.95 0.54
Hex F9 36 18 0 4E 5A 2 8 5F 36
Octal 371 66 30 0 116 132 2 10 137 66
Binary 11111001 110110 11000 0 1001110 1011010 10 1000 1011111 110110

Color Harmonies of #F93618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93618

Black with #F93618

Text Example


Text Example

White with #F93618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93618; }

 p { color: rgb(249,54,24); }

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

background-color css

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

 a { background-color: rgb(249,54,24); }

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

border-color css

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

 span { border-color: rgb(249,54,24); }

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