Html Css Color HEX #FA4717 Orange Red

📋 copy color: '#FA4717'

red 250 ◦ green 71 ◦ blue 23

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

Shades of Orange Red #FA4717

Tints of Orange Red #FA4717

RGB

 RED value IS 250 (98.05% from 255) = 72.67%

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

 BLUE value IS 23 (9.38% from 255) = 6.69%

R = 72.67%
G = 20.64%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA4717 (or 0xFA4717) is known color: Orange Red. HEX triplet: FA, 47 and 17. RGB value is (250,71,23). Sum of RGB (Red+Green+Blue) = 250+71+23=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4717 is #05B8E8. Grayscale: #777777. Windows color (decimal): -375017 or 1525754. OLE color: 1525754.

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

Color convert

RGB 250 71 23 -
CMYK 0 0.72 0.91 0.02
HSL 12.69º 0.96% 0.54% -
HSV(B) 12.69º 0.91% 0.98% -
XYZ 41.83 24.89 3.41 -
YUV 119.05 73.8 221.4 -
System Red Green Blue C M Y K H S L
Decimal 250 71 23 0 0.72 0.91 0.02 12.69 0.96 0.54
Hex FA 47 17 0 48 5B 2 D 60 36
Octal 372 107 27 0 110 133 2 15 140 66
Binary 11111010 1000111 10111 0 1001000 1011011 10 1101 1100000 110110

Color Harmonies of #FA4717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4717

Black with #FA4717

Text Example


Text Example

White with #FA4717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4717; }

 p { color: rgb(250,71,23); }

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

background-color css

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

 a { background-color: rgb(250,71,23); }

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

border-color css

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

 span { border-color: rgb(250,71,23); }

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