Html Css Color HEX #F93F18 Orange Red

📋 copy color: '#F93F18'

red 249 ◦ green 63 ◦ blue 24

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

Shades of Orange Red #F93F18

Tints of Orange Red #F93F18

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

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

R = 74.11%
G = 18.75%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F93F18 (or 0xF93F18) is known color: Orange Red. HEX triplet: F9, 3F and 18. RGB value is (249,63,24). Sum of RGB (Red+Green+Blue) = 249+63+24=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93F18 is #06C0E7. Grayscale: #727272. Windows color (decimal): -442600 or 1589241. OLE color: 1589241.

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

Color convert

RGB 249 63 24 -
CMYK 0 0.75 0.90 0.02
HSL 10.4º 0.95% 0.54% -
HSV(B) 10.4º 0.9% 0.98% -
XYZ 41.01 23.76 3.29 -
YUV 114.17 77.12 224.17 -
System Red Green Blue C M Y K H S L
Decimal 249 63 24 0 0.75 0.90 0.02 10.4 0.95 0.54
Hex F9 3F 18 0 4B 5A 2 A 5F 36
Octal 371 77 30 0 113 132 2 12 137 66
Binary 11111001 111111 11000 0 1001011 1011010 10 1010 1011111 110110

Color Harmonies of #F93F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93F18

Black with #F93F18

Text Example


Text Example

White with #F93F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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