Html Css Color HEX #F9470A Orange Red

📋 copy color: '#F9470A'

red 249 ◦ green 71 ◦ blue 10

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

Shades of Orange Red #F9470A

Tints of Orange Red #F9470A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 75.45%
G = 21.52%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9470A (or 0xF9470A) is known color: Orange Red. HEX triplet: F9, 47 and 0A. RGB value is (249,71,10). Sum of RGB (Red+Green+Blue) = 249+71+10=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F9470A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9470A is #06B8F5. Grayscale: #757575. Windows color (decimal): -440566 or 673785. OLE color: 673785.

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

Color convert

RGB 249 71 10 -
CMYK 0 0.71 0.96 0.02
HSL 15.31º 0.95% 0.51% -
HSV(B) 15.31º 0.96% 0.98% -
XYZ 41.37 24.67 2.87 -
YUV 117.27 67.47 221.96 -
System Red Green Blue C M Y K H S L
Decimal 249 71 10 0 0.71 0.96 0.02 15.31 0.95 0.51
Hex F9 47 A 0 47 60 2 F 5F 33
Octal 371 107 12 0 107 140 2 17 137 63
Binary 11111001 1000111 1010 0 1000111 1100000 10 1111 1011111 110011

Color Harmonies of #F9470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9470A

Black with #F9470A

Text Example


Text Example

White with #F9470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9470A; }

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

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

background-color css

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

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

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

border-color css

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

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

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