Html Css Color HEX #F9471C Red Orange

📋 copy color: '#F9471C'

red 249 ◦ green 71 ◦ blue 28

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

Shades of Red Orange #F9471C

Tints of Red Orange #F9471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 71.55%
G = 20.4%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9471C (or 0xF9471C) is known color: Red Orange. HEX triplet: F9, 47 and 1C. RGB value is (249,71,28). Sum of RGB (Red+Green+Blue) = 249+71+28=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9471C is #06B8E3. Grayscale: #777777. Windows color (decimal): -440548 or 1853433. OLE color: 1853433.

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

Color convert

RGB 249 71 28 -
CMYK 0 0.71 0.89 0.02
HSL 11.67º 0.95% 0.54% -
HSV(B) 11.67º 0.89% 0.98% -
XYZ 41.53 24.73 3.68 -
YUV 119.32 76.47 220.5 -
System Red Green Blue C M Y K H S L
Decimal 249 71 28 0 0.71 0.89 0.02 11.67 0.95 0.54
Hex F9 47 1C 0 47 59 2 C 5F 36
Octal 371 107 34 0 107 131 2 14 137 66
Binary 11111001 1000111 11100 0 1000111 1011001 10 1100 1011111 110110

Color Harmonies of #F9471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9471C

Black with #F9471C

Text Example


Text Example

White with #F9471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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