Html Css Color HEX #F93E16 Orange Red

📋 copy color: '#F93E16'

red 249 ◦ green 62 ◦ blue 22

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

Shades of Orange Red #F93E16

Tints of Orange Red #F93E16

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.62%

 BLUE value IS 22 (8.98% from 255) = 6.61%

R = 74.77%
G = 18.62%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F93E16 (or 0xF93E16) is known color: Orange Red. HEX triplet: F9, 3E and 16. RGB value is (249,62,22). Sum of RGB (Red+Green+Blue) = 249+62+22=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F93E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93E16 is #06C1E9. Grayscale: #717171. Windows color (decimal): -442858 or 1457913. OLE color: 1457913.

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

Color convert

RGB 249 62 22 -
CMYK 0 0.75 0.91 0.02
HSL 10.57º 0.95% 0.53% -
HSV(B) 10.57º 0.91% 0.98% -
XYZ 40.93 23.64 3.17 -
YUV 113.35 76.45 224.75 -
System Red Green Blue C M Y K H S L
Decimal 249 62 22 0 0.75 0.91 0.02 10.57 0.95 0.53
Hex F9 3E 16 0 4B 5B 2 B 5F 35
Octal 371 76 26 0 113 133 2 13 137 65
Binary 11111001 111110 10110 0 1001011 1011011 10 1011 1011111 110101

Color Harmonies of #F93E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93E16

Black with #F93E16

Text Example


Text Example

White with #F93E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93E16; }

 p { color: rgb(249,62,22); }

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

background-color css

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

 a { background-color: rgb(249,62,22); }

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

border-color css

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

 span { border-color: rgb(249,62,22); }

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