Html Css Color HEX #FA4008 Orange Red

📋 copy color: '#FA4008'

red 250 ◦ green 64 ◦ blue 8

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

Shades of Orange Red #FA4008

Tints of Orange Red #FA4008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 77.64%
G = 19.88%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA4008 (or 0xFA4008) is known color: Orange Red. HEX triplet: FA, 40 and 08. RGB value is (250,64,8). Sum of RGB (Red+Green+Blue) = 250+64+8=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4008 is #05BFF7. Grayscale: #717171. Windows color (decimal): -376824 or 540922. OLE color: 540922.

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

Color convert

RGB 250 64 8 -
CMYK 0 0.74 0.97 0.02
HSL 13.88º 0.96% 0.51% -
HSV(B) 13.88º 0.97% 0.98% -
XYZ 41.3 24.01 2.69 -
YUV 113.23 68.62 225.55 -
System Red Green Blue C M Y K H S L
Decimal 250 64 8 0 0.74 0.97 0.02 13.88 0.96 0.51
Hex FA 40 8 0 4A 61 2 E 60 33
Octal 372 100 10 0 112 141 2 16 140 63
Binary 11111010 1000000 1000 0 1001010 1100001 10 1110 1100000 110011

Color Harmonies of #FA4008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4008

Black with #FA4008

Text Example


Text Example

White with #FA4008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4008; }

 p { color: rgb(250,64,8); }

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

background-color css

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

 a { background-color: rgb(250,64,8); }

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

border-color css

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

 span { border-color: rgb(250,64,8); }

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