Html Css Color HEX #F93123 Red Orange

📋 copy color: '#F93123'

red 249 ◦ green 49 ◦ blue 35

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

Shades of Red Orange #F93123

Tints of Red Orange #F93123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.51%

R = 74.77%
G = 14.71%
B = 10.51%

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

#F93123 (or 0xF93123) is known color: Red Orange. HEX triplet: F9, 31 and 23. RGB value is (249,49,35). Sum of RGB (Red+Green+Blue) = 249+49+35=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F93123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93123 is #06CEDC. Grayscale: #6B6B6B. Windows color (decimal): -446173 or 2306553. OLE color: 2306553.

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

Color convert

RGB 249 49 35 -
CMYK 0 0.80 0.86 0.02
HSL 3.93º 0.95% 0.56% -
HSV(B) 3.93º 0.86% 0.98% -
XYZ 40.47 22.46 3.79 -
YUV 107.2 87.26 229.14 -
System Red Green Blue C M Y K H S L
Decimal 249 49 35 0 0.80 0.86 0.02 3.93 0.95 0.56
Hex F9 31 23 0 50 56 2 4 5F 38
Octal 371 61 43 0 120 126 2 4 137 70
Binary 11111001 110001 100011 0 1010000 1010110 10 100 1011111 111000

Color Harmonies of #F93123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93123

Black with #F93123

Text Example


Text Example

White with #F93123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93123; }

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

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

background-color css

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

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

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

border-color css

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

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

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