Html Css Color HEX #F9471D Red Orange

📋 copy color: '#F9471D'

red 249 ◦ green 71 ◦ blue 29

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

Shades of Red Orange #F9471D

Tints of Red Orange #F9471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.31%

R = 71.35%
G = 20.34%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9471D (or 0xF9471D) is known color: Red Orange. HEX triplet: F9, 47 and 1D. RGB value is (249,71,29). Sum of RGB (Red+Green+Blue) = 249+71+29=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F9471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9471D is #06B8E2. Grayscale: #777777. Windows color (decimal): -440547 or 1918969. OLE color: 1918969.

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

Color convert

RGB 249 71 29 -
CMYK 0 0.71 0.88 0.02
HSL 11.45º 0.95% 0.55% -
HSV(B) 11.45º 0.88% 0.98% -
XYZ 41.54 24.73 3.75 -
YUV 119.43 76.97 220.42 -
System Red Green Blue C M Y K H S L
Decimal 249 71 29 0 0.71 0.88 0.02 11.45 0.95 0.55
Hex F9 47 1D 0 47 58 2 B 5F 37
Octal 371 107 35 0 107 130 2 13 137 67
Binary 11111001 1000111 11101 0 1000111 1011000 10 1011 1011111 110111

Color Harmonies of #F9471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9471D

Black with #F9471D

Text Example


Text Example

White with #F9471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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