Html Css Color HEX #F9490D Orange Red

📋 copy color: '#F9490D'

red 249 ◦ green 73 ◦ blue 13

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

Shades of Orange Red #F9490D

Tints of Orange Red #F9490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 74.33%
G = 21.79%
B = 3.88%

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

#F9490D (or 0xF9490D) is known color: Orange Red. HEX triplet: F9, 49 and 0D. RGB value is (249,73,13). Sum of RGB (Red+Green+Blue) = 249+73+13=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F9490D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9490D is #06B6F2. Grayscale: #777777. Windows color (decimal): -440051 or 870905. OLE color: 870905.

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

Color convert

RGB 249 73 13 -
CMYK 0 0.71 0.95 0.02
HSL 15.25º 0.95% 0.51% -
HSV(B) 15.25º 0.95% 0.98% -
XYZ 41.52 24.93 3.01 -
YUV 118.78 68.31 220.88 -
System Red Green Blue C M Y K H S L
Decimal 249 73 13 0 0.71 0.95 0.02 15.25 0.95 0.51
Hex F9 49 D 0 47 5F 2 F 5F 33
Octal 371 111 15 0 107 137 2 17 137 63
Binary 11111001 1001001 1101 0 1000111 1011111 10 1111 1011111 110011

Color Harmonies of #F9490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9490D

Black with #F9490D

Text Example


Text Example

White with #F9490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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