Html Css Color HEX #F93D18 Orange Red

📋 copy color: '#F93D18'

red 249 ◦ green 61 ◦ blue 24

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

Shades of Orange Red #F93D18

Tints of Orange Red #F93D18

RGB

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

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

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

R = 74.55%
G = 18.26%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F93D18 (or 0xF93D18) is known color: Orange Red. HEX triplet: F9, 3D and 18. RGB value is (249,61,24). Sum of RGB (Red+Green+Blue) = 249+61+24=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93D18 is #06C2E7. Grayscale: #717171. Windows color (decimal): -443112 or 1588729. OLE color: 1588729.

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

Color convert

RGB 249 61 24 -
CMYK 0 0.76 0.90 0.02
HSL 9.87º 0.95% 0.54% -
HSV(B) 9.87º 0.9% 0.98% -
XYZ 40.9 23.54 3.25 -
YUV 112.99 77.78 225.01 -
System Red Green Blue C M Y K H S L
Decimal 249 61 24 0 0.76 0.90 0.02 9.87 0.95 0.54
Hex F9 3D 18 0 4C 5A 2 A 5F 36
Octal 371 75 30 0 114 132 2 12 137 66
Binary 11111001 111101 11000 0 1001100 1011010 10 1010 1011111 110110

Color Harmonies of #F93D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93D18

Black with #F93D18

Text Example


Text Example

White with #F93D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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