Html Css Color HEX #F93813 Orange Red

📋 copy color: '#F93813'

red 249 ◦ green 56 ◦ blue 19

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

Shades of Orange Red #F93813

Tints of Orange Red #F93813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

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

R = 76.85%
G = 17.28%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F93813 (or 0xF93813) is known color: Orange Red. HEX triplet: F9, 38 and 13. RGB value is (249,56,19). Sum of RGB (Red+Green+Blue) = 249+56+19=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F93813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93813 is #06C7EC. Grayscale: #6D6D6D. Windows color (decimal): -444397 or 1259769. OLE color: 1259769.

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

Color convert

RGB 249 56 19 -
CMYK 0 0.78 0.92 0.02
HSL 9.65º 0.95% 0.53% -
HSV(B) 9.65º 0.92% 0.98% -
XYZ 40.6 23.02 2.92 -
YUV 109.49 76.94 227.51 -
System Red Green Blue C M Y K H S L
Decimal 249 56 19 0 0.78 0.92 0.02 9.65 0.95 0.53
Hex F9 38 13 0 4E 5C 2 A 5F 35
Octal 371 70 23 0 116 134 2 12 137 65
Binary 11111001 111000 10011 0 1001110 1011100 10 1010 1011111 110101

Color Harmonies of #F93813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93813

Black with #F93813

Text Example


Text Example

White with #F93813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93813; }

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

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

background-color css

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

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

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

border-color css

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

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

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