Html Css Color HEX #F93D17 Orange Red

📋 copy color: '#F93D17'

red 249 ◦ green 61 ◦ blue 23

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

Shades of Orange Red #F93D17

Tints of Orange Red #F93D17

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

 BLUE value IS 23 (9.38% from 255) = 6.91%

R = 74.77%
G = 18.32%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F93D17 (or 0xF93D17) is known color: Orange Red. HEX triplet: F9, 3D and 17. RGB value is (249,61,23). Sum of RGB (Red+Green+Blue) = 249+61+23=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93D17 is #06C2E8. Grayscale: #717171. Windows color (decimal): -443113 or 1523193. OLE color: 1523193.

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

Color convert

RGB 249 61 23 -
CMYK 0 0.76 0.91 0.02
HSL 10.09º 0.95% 0.53% -
HSV(B) 10.09º 0.91% 0.98% -
XYZ 40.89 23.54 3.2 -
YUV 112.88 77.28 225.09 -
System Red Green Blue C M Y K H S L
Decimal 249 61 23 0 0.76 0.91 0.02 10.09 0.95 0.53
Hex F9 3D 17 0 4C 5B 2 A 5F 35
Octal 371 75 27 0 114 133 2 12 137 65
Binary 11111001 111101 10111 0 1001100 1011011 10 1010 1011111 110101

Color Harmonies of #F93D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93D17

Black with #F93D17

Text Example


Text Example

White with #F93D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93D17; }

 p { color: rgb(249,61,23); }

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

background-color css

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

 a { background-color: rgb(249,61,23); }

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

border-color css

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

 span { border-color: rgb(249,61,23); }

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