Html Css Color HEX #F93529 Red Orange

📋 copy color: '#F93529'

red 249 ◦ green 53 ◦ blue 41

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

Shades of Red Orange #F93529

Tints of Red Orange #F93529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

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

R = 72.59%
G = 15.45%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F93529 (or 0xF93529) is known color: Red Orange. HEX triplet: F9, 35 and 29. RGB value is (249,53,41). Sum of RGB (Red+Green+Blue) = 249+53+41=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F93529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93529 is #06CAD6. Grayscale: #6E6E6E. Windows color (decimal): -445143 or 2700793. OLE color: 2700793.

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

Color convert

RGB 249 53 41 -
CMYK 0 0.79 0.84 0.02
HSL 3.46º 0.95% 0.57% -
HSV(B) 3.46º 0.84% 0.98% -
XYZ 40.74 22.85 4.36 -
YUV 110.24 88.93 226.98 -
System Red Green Blue C M Y K H S L
Decimal 249 53 41 0 0.79 0.84 0.02 3.46 0.95 0.57
Hex F9 35 29 0 4F 54 2 3 5F 39
Octal 371 65 51 0 117 124 2 3 137 71
Binary 11111001 110101 101001 0 1001111 1010100 10 11 1011111 111001

Color Harmonies of #F93529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93529

Black with #F93529

Text Example


Text Example

White with #F93529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93529; }

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

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

background-color css

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

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

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

border-color css

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

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

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