Html Css Color HEX #F9490C Orange Red

📋 copy color: '#F9490C'

red 249 ◦ green 73 ◦ blue 12

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

Shades of Orange Red #F9490C

Tints of Orange Red #F9490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.86%

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 74.55%
G = 21.86%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9490C (or 0xF9490C) is known color: Orange Red. HEX triplet: F9, 49 and 0C. RGB value is (249,73,12). Sum of RGB (Red+Green+Blue) = 249+73+12=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F9490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9490C is #06B6F3. Grayscale: #777777. Windows color (decimal): -440052 or 805369. OLE color: 805369.

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

Color convert

RGB 249 73 12 -
CMYK 0 0.71 0.95 0.02
HSL 15.44º 0.95% 0.51% -
HSV(B) 15.44º 0.95% 0.98% -
XYZ 41.52 24.93 2.97 -
YUV 118.67 67.81 220.96 -
System Red Green Blue C M Y K H S L
Decimal 249 73 12 0 0.71 0.95 0.02 15.44 0.95 0.51
Hex F9 49 C 0 47 5F 2 F 5F 33
Octal 371 111 14 0 107 137 2 17 137 63
Binary 11111001 1001001 1100 0 1000111 1011111 10 1111 1011111 110011

Color Harmonies of #F9490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9490C

Black with #F9490C

Text Example


Text Example

White with #F9490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9490C; }

 p { color: rgb(249,73,12); }

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

background-color css

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

 a { background-color: rgb(249,73,12); }

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

border-color css

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

 span { border-color: rgb(249,73,12); }

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