Html Css Color HEX #F94511 Orange Red

📋 copy color: '#F94511'

red 249 ◦ green 69 ◦ blue 17

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

Shades of Orange Red #F94511

Tints of Orange Red #F94511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 74.33%
G = 20.6%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F94511 (or 0xF94511) is known color: Orange Red. HEX triplet: F9, 45 and 11. RGB value is (249,69,17). Sum of RGB (Red+Green+Blue) = 249+69+17=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F94511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94511 is #06BAEE. Grayscale: #757575. Windows color (decimal): -441071 or 1132025. OLE color: 1132025.

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

Color convert

RGB 249 69 17 -
CMYK 0 0.72 0.93 0.02
HSL 13.45º 0.95% 0.52% -
HSV(B) 13.45º 0.93% 0.98% -
XYZ 41.3 24.44 3.07 -
YUV 116.89 71.63 222.23 -
System Red Green Blue C M Y K H S L
Decimal 249 69 17 0 0.72 0.93 0.02 13.45 0.95 0.52
Hex F9 45 11 0 48 5D 2 D 5F 34
Octal 371 105 21 0 110 135 2 15 137 64
Binary 11111001 1000101 10001 0 1001000 1011101 10 1101 1011111 110100

Color Harmonies of #F94511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94511

Black with #F94511

Text Example


Text Example

White with #F94511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94511; }

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

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

background-color css

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

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

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

border-color css

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

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

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