Html Css Color HEX #F93913 Orange Red

📋 copy color: '#F93913'

red 249 ◦ green 57 ◦ blue 19

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

Shades of Orange Red #F93913

Tints of Orange Red #F93913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 76.62%
G = 17.54%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F93913 (or 0xF93913) is known color: Orange Red. HEX triplet: F9, 39 and 13. RGB value is (249,57,19). Sum of RGB (Red+Green+Blue) = 249+57+19=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F93913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93913 is #06C6EC. Grayscale: #6E6E6E. Windows color (decimal): -444141 or 1260025. OLE color: 1260025.

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

Color convert

RGB 249 57 19 -
CMYK 0 0.77 0.92 0.02
HSL 9.91º 0.95% 0.53% -
HSV(B) 9.91º 0.92% 0.98% -
XYZ 40.65 23.11 2.93 -
YUV 110.08 76.61 227.09 -
System Red Green Blue C M Y K H S L
Decimal 249 57 19 0 0.77 0.92 0.02 9.91 0.95 0.53
Hex F9 39 13 0 4D 5C 2 A 5F 35
Octal 371 71 23 0 115 134 2 12 137 65
Binary 11111001 111001 10011 0 1001101 1011100 10 1010 1011111 110101

Color Harmonies of #F93913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93913

Black with #F93913

Text Example


Text Example

White with #F93913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93913; }

 p { color: rgb(249,57,19); }

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

background-color css

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

 a { background-color: rgb(249,57,19); }

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

border-color css

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

 span { border-color: rgb(249,57,19); }

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