Html Css Color HEX #FA4108 Orange Red

📋 copy color: '#FA4108'

red 250 ◦ green 65 ◦ blue 8

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

Shades of Orange Red #FA4108

Tints of Orange Red #FA4108

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

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

R = 77.4%
G = 20.12%
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

#FA4108 (or 0xFA4108) is known color: Orange Red. HEX triplet: FA, 41 and 08. RGB value is (250,65,8). Sum of RGB (Red+Green+Blue) = 250+65+8=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4108 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4108 is #05BEF7. Grayscale: #727272. Windows color (decimal): -376568 or 541178. OLE color: 541178.

HSL color Cylindrical-coordinate representation of color #FA4108: hue angle of 14.13º 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 #FA4108 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 65 8 -
CMYK 0 0.74 0.97 0.02
HSL 14.13º 0.96% 0.51% -
HSV(B) 14.13º 0.97% 0.98% -
XYZ 41.36 24.12 2.71 -
YUV 113.82 68.29 225.13 -
System Red Green Blue C M Y K H S L
Decimal 250 65 8 0 0.74 0.97 0.02 14.13 0.96 0.51
Hex FA 41 8 0 4A 61 2 E 60 33
Octal 372 101 10 0 112 141 2 16 140 63
Binary 11111010 1000001 1000 0 1001010 1100001 10 1110 1100000 110011

Color Harmonies of #FA4108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4108

Black with #FA4108

Text Example


Text Example

White with #FA4108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4108; }

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

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

background-color css

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

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

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

border-color css

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

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

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