Html Css Color HEX #F9472F Red Orange

📋 copy color: '#F9472F'

red 249 ◦ green 71 ◦ blue 47

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

Shades of Red Orange #F9472F

Tints of Red Orange #F9472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 67.85%
G = 19.35%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9472F (or 0xF9472F) is known color: Red Orange. HEX triplet: F9, 47 and 2F. RGB value is (249,71,47). Sum of RGB (Red+Green+Blue) = 249+71+47=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F9472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9472F is #06B8D0. Grayscale: #797979. Windows color (decimal): -440529 or 3098617. OLE color: 3098617.

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

Color convert

RGB 249 71 47 -
CMYK 0 0.71 0.81 0.02
HSL 7.13º 0.94% 0.58% -
HSV(B) 7.13º 0.81% 0.98% -
XYZ 41.83 24.85 5.28 -
YUV 121.49 85.97 218.95 -
System Red Green Blue C M Y K H S L
Decimal 249 71 47 0 0.71 0.81 0.02 7.13 0.94 0.58
Hex F9 47 2F 0 47 51 2 7 5E 3A
Octal 371 107 57 0 107 121 2 7 136 72
Binary 11111001 1000111 101111 0 1000111 1010001 10 111 1011110 111010

Color Harmonies of #F9472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9472F

Black with #F9472F

Text Example


Text Example

White with #F9472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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