Html Css Color HEX #F93A14 Orange Red

📋 copy color: '#F93A14'

red 249 ◦ green 58 ◦ blue 20

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

Shades of Orange Red #F93A14

Tints of Orange Red #F93A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 76.15%
G = 17.74%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F93A14 (or 0xF93A14) is known color: Orange Red. HEX triplet: F9, 3A and 14. RGB value is (249,58,20). Sum of RGB (Red+Green+Blue) = 249+58+20=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93A14 is #06C5EB. Grayscale: #6F6F6F. Windows color (decimal): -443884 or 1325817. OLE color: 1325817.

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

Color convert

RGB 249 58 20 -
CMYK 0 0.77 0.92 0.02
HSL 9.96º 0.95% 0.53% -
HSV(B) 9.96º 0.92% 0.98% -
XYZ 40.71 23.22 3 -
YUV 110.78 76.78 226.59 -
System Red Green Blue C M Y K H S L
Decimal 249 58 20 0 0.77 0.92 0.02 9.96 0.95 0.53
Hex F9 3A 14 0 4D 5C 2 A 5F 35
Octal 371 72 24 0 115 134 2 12 137 65
Binary 11111001 111010 10100 0 1001101 1011100 10 1010 1011111 110101

Color Harmonies of #F93A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93A14

Black with #F93A14

Text Example


Text Example

White with #F93A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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