Html Css Color HEX #F94514 Orange Red

📋 copy color: '#F94514'

red 249 ◦ green 69 ◦ blue 20

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

Shades of Orange Red #F94514

Tints of Orange Red #F94514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

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

R = 73.67%
G = 20.41%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F94514 (or 0xF94514) is known color: Orange Red. HEX triplet: F9, 45 and 14. RGB value is (249,69,20). Sum of RGB (Red+Green+Blue) = 249+69+20=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F94514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94514 is #06BAEB. Grayscale: #757575. Windows color (decimal): -441068 or 1328633. OLE color: 1328633.

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

Color convert

RGB 249 69 20 -
CMYK 0 0.72 0.92 0.02
HSL 12.84º 0.95% 0.53% -
HSV(B) 12.84º 0.92% 0.98% -
XYZ 41.32 24.45 3.2 -
YUV 117.23 73.13 221.98 -
System Red Green Blue C M Y K H S L
Decimal 249 69 20 0 0.72 0.92 0.02 12.84 0.95 0.53
Hex F9 45 14 0 48 5C 2 D 5F 35
Octal 371 105 24 0 110 134 2 15 137 65
Binary 11111001 1000101 10100 0 1001000 1011100 10 1101 1011111 110101

Color Harmonies of #F94514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94514

Black with #F94514

Text Example


Text Example

White with #F94514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94514; }

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

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

background-color css

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

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

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

border-color css

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

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

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