Html Css Color HEX #F93124 Red Orange

📋 copy color: '#F93124'

red 249 ◦ green 49 ◦ blue 36

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

Shades of Red Orange #F93124

Tints of Red Orange #F93124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

 BLUE value IS 36 (14.45% from 255) = 10.78%

R = 74.55%
G = 14.67%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F93124 (or 0xF93124) is known color: Red Orange. HEX triplet: F9, 31 and 24. RGB value is (249,49,36). Sum of RGB (Red+Green+Blue) = 249+49+36=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F93124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93124 is #06CEDB. Grayscale: #6B6B6B. Windows color (decimal): -446172 or 2372089. OLE color: 2372089.

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

Color convert

RGB 249 49 36 -
CMYK 0 0.80 0.86 0.02
HSL 3.66º 0.95% 0.56% -
HSV(B) 3.66º 0.86% 0.98% -
XYZ 40.48 22.46 3.87 -
YUV 107.32 87.76 229.06 -
System Red Green Blue C M Y K H S L
Decimal 249 49 36 0 0.80 0.86 0.02 3.66 0.95 0.56
Hex F9 31 24 0 50 56 2 4 5F 38
Octal 371 61 44 0 120 126 2 4 137 70
Binary 11111001 110001 100100 0 1010000 1010110 10 100 1011111 111000

Color Harmonies of #F93124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93124

Black with #F93124

Text Example


Text Example

White with #F93124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93124; }

 p { color: rgb(249,49,36); }

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

background-color css

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

 a { background-color: rgb(249,49,36); }

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

border-color css

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

 span { border-color: rgb(249,49,36); }

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