Html Css Color HEX #F93C14 Orange Red

📋 copy color: '#F93C14'

red 249 ◦ green 60 ◦ blue 20

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

Shades of Orange Red #F93C14

Tints of Orange Red #F93C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.24%

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

R = 75.68%
G = 18.24%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F93C14 (or 0xF93C14) is known color: Orange Red. HEX triplet: F9, 3C and 14. RGB value is (249,60,20). Sum of RGB (Red+Green+Blue) = 249+60+20=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93C14 is #06C3EB. Grayscale: #707070. Windows color (decimal): -443372 or 1326329. OLE color: 1326329.

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

Color convert

RGB 249 60 20 -
CMYK 0 0.76 0.92 0.02
HSL 10.48º 0.95% 0.53% -
HSV(B) 10.48º 0.92% 0.98% -
XYZ 40.81 23.42 3.03 -
YUV 111.95 76.12 225.75 -
System Red Green Blue C M Y K H S L
Decimal 249 60 20 0 0.76 0.92 0.02 10.48 0.95 0.53
Hex F9 3C 14 0 4C 5C 2 A 5F 35
Octal 371 74 24 0 114 134 2 12 137 65
Binary 11111001 111100 10100 0 1001100 1011100 10 1010 1011111 110101

Color Harmonies of #F93C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93C14

Black with #F93C14

Text Example


Text Example

White with #F93C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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