Html Css Color HEX #F9472D Red Orange

📋 copy color: '#F9472D'

red 249 ◦ green 71 ◦ blue 45

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

Shades of Red Orange #F9472D

Tints of Red Orange #F9472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.45%

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 68.22%
G = 19.45%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9472D (or 0xF9472D) is known color: Red Orange. HEX triplet: F9, 47 and 2D. RGB value is (249,71,45). Sum of RGB (Red+Green+Blue) = 249+71+45=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F9472D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9472D is #06B8D2. Grayscale: #797979. Windows color (decimal): -440531 or 2967545. OLE color: 2967545.

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

Color convert

RGB 249 71 45 -
CMYK 0 0.71 0.82 0.02
HSL 7.65º 0.94% 0.58% -
HSV(B) 7.65º 0.82% 0.98% -
XYZ 41.79 24.84 5.07 -
YUV 121.26 84.97 219.11 -
System Red Green Blue C M Y K H S L
Decimal 249 71 45 0 0.71 0.82 0.02 7.65 0.94 0.58
Hex F9 47 2D 0 47 52 2 8 5E 3A
Octal 371 107 55 0 107 122 2 10 136 72
Binary 11111001 1000111 101101 0 1000111 1010010 10 1000 1011110 111010

Color Harmonies of #F9472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9472D

Black with #F9472D

Text Example


Text Example

White with #F9472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9472D; }

 p { color: rgb(249,71,45); }

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

background-color css

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

 a { background-color: rgb(249,71,45); }

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

border-color css

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

 span { border-color: rgb(249,71,45); }

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