Html Css Color HEX #FA4318 Orange Red

📋 copy color: '#FA4318'

red 250 ◦ green 67 ◦ blue 24

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

Shades of Orange Red #FA4318

Tints of Orange Red #FA4318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.04%

R = 73.31%
G = 19.65%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA4318 (or 0xFA4318) is known color: Orange Red. HEX triplet: FA, 43 and 18. RGB value is (250,67,24). Sum of RGB (Red+Green+Blue) = 250+67+24=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4318 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4318 is #05BCE7. Grayscale: #757575. Windows color (decimal): -376040 or 1590266. OLE color: 1590266.

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

Color convert

RGB 250 67 24 -
CMYK 0 0.73 0.90 0.02
HSL 11.42º 0.96% 0.54% -
HSV(B) 11.42º 0.9% 0.98% -
XYZ 41.6 24.4 3.38 -
YUV 116.82 75.63 223 -
System Red Green Blue C M Y K H S L
Decimal 250 67 24 0 0.73 0.90 0.02 11.42 0.96 0.54
Hex FA 43 18 0 49 5A 2 B 60 36
Octal 372 103 30 0 111 132 2 13 140 66
Binary 11111010 1000011 11000 0 1001001 1011010 10 1011 1100000 110110

Color Harmonies of #FA4318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4318

Black with #FA4318

Text Example


Text Example

White with #FA4318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4318; }

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

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

background-color css

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

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

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

border-color css

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

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

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