Html Css Color HEX #F93229 Red Orange

📋 copy color: '#F93229'

red 249 ◦ green 50 ◦ blue 41

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

Shades of Red Orange #F93229

Tints of Red Orange #F93229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.71%

 BLUE value IS 41 (16.41% from 255) = 12.06%

R = 73.24%
G = 14.71%
B = 12.06%

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

#F93229 (or 0xF93229) is known color: Red Orange. HEX triplet: F9, 32 and 29. RGB value is (249,50,41). Sum of RGB (Red+Green+Blue) = 249+50+41=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F93229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93229 is #06CDD6. Grayscale: #6C6C6C. Windows color (decimal): -445911 or 2700025. OLE color: 2700025.

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

Color convert

RGB 249 50 41 -
CMYK 0 0.80 0.84 0.02
HSL 2.6º 0.95% 0.57% -
HSV(B) 2.6º 0.84% 0.98% -
XYZ 40.61 22.58 4.32 -
YUV 108.48 89.93 228.23 -
System Red Green Blue C M Y K H S L
Decimal 249 50 41 0 0.80 0.84 0.02 2.6 0.95 0.57
Hex F9 32 29 0 50 54 2 3 5F 39
Octal 371 62 51 0 120 124 2 3 137 71
Binary 11111001 110010 101001 0 1010000 1010100 10 11 1011111 111001

Color Harmonies of #F93229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93229

Black with #F93229

Text Example


Text Example

White with #F93229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93229; }

 p { color: rgb(249,50,41); }

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

background-color css

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

 a { background-color: rgb(249,50,41); }

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

border-color css

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

 span { border-color: rgb(249,50,41); }

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