Html Css Color HEX #F93420 Red Orange

📋 copy color: '#F93420'

red 249 ◦ green 52 ◦ blue 32

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

Shades of Red Orange #F93420

Tints of Red Orange #F93420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

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

R = 74.77%
G = 15.62%
B = 9.61%

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

#F93420 (or 0xF93420) is known color: Red Orange. HEX triplet: F9, 34 and 20. RGB value is (249,52,32). Sum of RGB (Red+Green+Blue) = 249+52+32=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F93420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93420 is #06CBDF. Grayscale: #6C6C6C. Windows color (decimal): -445408 or 2110713. OLE color: 2110713.

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

Color convert

RGB 249 52 32 -
CMYK 0 0.79 0.87 0.02
HSL 5.53º 0.95% 0.55% -
HSV(B) 5.53º 0.87% 0.98% -
XYZ 40.56 22.7 3.61 -
YUV 108.62 84.77 228.13 -
System Red Green Blue C M Y K H S L
Decimal 249 52 32 0 0.79 0.87 0.02 5.53 0.95 0.55
Hex F9 34 20 0 4F 57 2 6 5F 37
Octal 371 64 40 0 117 127 2 6 137 67
Binary 11111001 110100 100000 0 1001111 1010111 10 110 1011111 110111

Color Harmonies of #F93420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93420

Black with #F93420

Text Example


Text Example

White with #F93420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93420; }

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

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

background-color css

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

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

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

border-color css

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

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

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