Html Css Color HEX #F93129 Red Orange

📋 copy color: '#F93129'

red 249 ◦ green 49 ◦ blue 41

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

Shades of Red Orange #F93129

Tints of Red Orange #F93129

RGB

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

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

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

R = 73.45%
G = 14.45%
B = 12.09%

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

#F93129 (or 0xF93129) is known color: Red Orange. HEX triplet: F9, 31 and 29. RGB value is (249,49,41). Sum of RGB (Red+Green+Blue) = 249+49+41=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F93129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93129 is #06CED6. Grayscale: #6C6C6C. Windows color (decimal): -446167 or 2699769. OLE color: 2699769.

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

Color convert

RGB 249 49 41 -
CMYK 0 0.80 0.84 0.02
HSL 2.31º 0.95% 0.57% -
HSV(B) 2.31º 0.84% 0.98% -
XYZ 40.57 22.5 4.3 -
YUV 107.89 90.26 228.65 -
System Red Green Blue C M Y K H S L
Decimal 249 49 41 0 0.80 0.84 0.02 2.31 0.95 0.57
Hex F9 31 29 0 50 54 2 2 5F 39
Octal 371 61 51 0 120 124 2 2 137 71
Binary 11111001 110001 101001 0 1010000 1010100 10 10 1011111 111001

Color Harmonies of #F93129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93129

Black with #F93129

Text Example


Text Example

White with #F93129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93129; }

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

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

background-color css

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

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

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

border-color css

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

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

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