Html Css Color HEX #F93520 Red Orange

📋 copy color: '#F93520'

red 249 ◦ green 53 ◦ blue 32

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

Shades of Red Orange #F93520

Tints of Red Orange #F93520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.58%

R = 74.55%
G = 15.87%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F93520 (or 0xF93520) is known color: Red Orange. HEX triplet: F9, 35 and 20. RGB value is (249,53,32). Sum of RGB (Red+Green+Blue) = 249+53+32=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F93520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93520 is #06CADF. Grayscale: #6D6D6D. Windows color (decimal): -445152 or 2110969. OLE color: 2110969.

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

Color convert

RGB 249 53 32 -
CMYK 0 0.79 0.87 0.02
HSL 5.81º 0.95% 0.55% -
HSV(B) 5.81º 0.87% 0.98% -
XYZ 40.6 22.79 3.63 -
YUV 109.21 84.43 227.71 -
System Red Green Blue C M Y K H S L
Decimal 249 53 32 0 0.79 0.87 0.02 5.81 0.95 0.55
Hex F9 35 20 0 4F 57 2 6 5F 37
Octal 371 65 40 0 117 127 2 6 137 67
Binary 11111001 110101 100000 0 1001111 1010111 10 110 1011111 110111

Color Harmonies of #F93520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93520

Black with #F93520

Text Example


Text Example

White with #F93520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93520; }

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

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

background-color css

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

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

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

border-color css

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

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

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