Html Css Color HEX #FA4316 Orange Red

📋 copy color: '#FA4316'

red 250 ◦ green 67 ◦ blue 22

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

Shades of Orange Red #FA4316

Tints of Orange Red #FA4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 73.75%
G = 19.76%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA4316 (or 0xFA4316) is known color: Orange Red. HEX triplet: FA, 43 and 16. RGB value is (250,67,22). Sum of RGB (Red+Green+Blue) = 250+67+22=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4316 is #05BCE9. Grayscale: #747474. Windows color (decimal): -376042 or 1459194. OLE color: 1459194.

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

Color convert

RGB 250 67 22 -
CMYK 0 0.73 0.91 0.02
HSL 11.84º 0.96% 0.53% -
HSV(B) 11.84º 0.91% 0.98% -
XYZ 41.58 24.4 3.28 -
YUV 116.59 74.63 223.16 -
System Red Green Blue C M Y K H S L
Decimal 250 67 22 0 0.73 0.91 0.02 11.84 0.96 0.53
Hex FA 43 16 0 49 5B 2 C 60 35
Octal 372 103 26 0 111 133 2 14 140 65
Binary 11111010 1000011 10110 0 1001001 1011011 10 1100 1100000 110101

Color Harmonies of #FA4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4316

Black with #FA4316

Text Example


Text Example

White with #FA4316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4316; }

 p { color: rgb(250,67,22); }

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

background-color css

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

 a { background-color: rgb(250,67,22); }

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

border-color css

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

 span { border-color: rgb(250,67,22); }

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