Html Css Color HEX #F93128 Red Orange

📋 copy color: '#F93128'

red 249 ◦ green 49 ◦ blue 40

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

Shades of Red Orange #F93128

Tints of Red Orange #F93128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 73.67%
G = 14.5%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F93128 (or 0xF93128) is known color: Red Orange. HEX triplet: F9, 31 and 28. RGB value is (249,49,40). Sum of RGB (Red+Green+Blue) = 249+49+40=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F93128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93128 is #06CED7. Grayscale: #6C6C6C. Windows color (decimal): -446168 or 2634233. OLE color: 2634233.

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

Color convert

RGB 249 49 40 -
CMYK 0 0.80 0.84 0.02
HSL 2.58º 0.95% 0.57% -
HSV(B) 2.58º 0.84% 0.98% -
XYZ 40.55 22.49 4.21 -
YUV 107.77 89.76 228.73 -
System Red Green Blue C M Y K H S L
Decimal 249 49 40 0 0.80 0.84 0.02 2.58 0.95 0.57
Hex F9 31 28 0 50 54 2 3 5F 39
Octal 371 61 50 0 120 124 2 3 137 71
Binary 11111001 110001 101000 0 1010000 1010100 10 11 1011111 111001

Color Harmonies of #F93128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93128

Black with #F93128

Text Example


Text Example

White with #F93128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93128; }

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

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

background-color css

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

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

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

border-color css

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

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

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