Html Css Color HEX #F94114 Orange Red

📋 copy color: '#F94114'

red 249 ◦ green 65 ◦ blue 20

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

Shades of Orange Red #F94114

Tints of Orange Red #F94114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

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

R = 74.55%
G = 19.46%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F94114 (or 0xF94114) is known color: Orange Red. HEX triplet: F9, 41 and 14. RGB value is (249,65,20). Sum of RGB (Red+Green+Blue) = 249+65+20=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F94114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94114 is #06BEEB. Grayscale: #737373. Windows color (decimal): -442092 or 1327609. OLE color: 1327609.

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

Color convert

RGB 249 65 20 -
CMYK 0 0.74 0.92 0.02
HSL 11.79º 0.95% 0.53% -
HSV(B) 11.79º 0.92% 0.98% -
XYZ 41.08 23.97 3.12 -
YUV 114.89 74.46 223.66 -
System Red Green Blue C M Y K H S L
Decimal 249 65 20 0 0.74 0.92 0.02 11.79 0.95 0.53
Hex F9 41 14 0 4A 5C 2 C 5F 35
Octal 371 101 24 0 112 134 2 14 137 65
Binary 11111001 1000001 10100 0 1001010 1011100 10 1100 1011111 110101

Color Harmonies of #F94114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94114

Black with #F94114

Text Example


Text Example

White with #F94114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94114; }

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

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

background-color css

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

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

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

border-color css

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

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

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