Html Css Color HEX #F93A04 Orange Red

📋 copy color: '#F93A04'

red 249 ◦ green 58 ◦ blue 4

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

Shades of Orange Red #F93A04

Tints of Orange Red #F93A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.65%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 80.06%
G = 18.65%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F93A04 (or 0xF93A04) is known color: Orange Red. HEX triplet: F9, 3A and 04. RGB value is (249,58,4). Sum of RGB (Red+Green+Blue) = 249+58+4=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93A04 is #06C5FB. Grayscale: #6D6D6D. Windows color (decimal): -443900 or 277241. OLE color: 277241.

HSL color Cylindrical-coordinate representation of color #F93A04: hue angle of 13.22º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F93A04 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 58 4 -
CMYK 0 0.77 0.98 0.02
HSL 13.22º 0.97% 0.5% -
HSV(B) 13.22º 0.98% 0.98% -
XYZ 40.6 23.17 2.45 -
YUV 108.95 68.78 227.89 -
System Red Green Blue C M Y K H S L
Decimal 249 58 4 0 0.77 0.98 0.02 13.22 0.97 0.5
Hex F9 3A 4 0 4D 62 2 D 61 32
Octal 371 72 4 0 115 142 2 15 141 62
Binary 11111001 111010 100 0 1001101 1100010 10 1101 1100001 110010

Color Harmonies of #F93A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93A04

Black with #F93A04

Text Example


Text Example

White with #F93A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93A04; }

 p { color: rgb(249,58,4); }

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

background-color css

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

 a { background-color: rgb(249,58,4); }

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

border-color css

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

 span { border-color: rgb(249,58,4); }

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