Html Css Color HEX #FA410A Orange Red

📋 copy color: '#FA410A'

red 250 ◦ green 65 ◦ blue 10

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

Shades of Orange Red #FA410A

Tints of Orange Red #FA410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 76.92%
G = 20%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA410A (or 0xFA410A) is known color: Orange Red. HEX triplet: FA, 41 and 0A. RGB value is (250,65,10). Sum of RGB (Red+Green+Blue) = 250+65+10=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA410A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA410A is #05BEF5. Grayscale: #727272. Windows color (decimal): -376566 or 672250. OLE color: 672250.

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

Color convert

RGB 250 65 10 -
CMYK 0 0.74 0.96 0.02
HSL 13.75º 0.96% 0.51% -
HSV(B) 13.75º 0.96% 0.98% -
XYZ 41.37 24.13 2.76 -
YUV 114.05 69.29 224.97 -
System Red Green Blue C M Y K H S L
Decimal 250 65 10 0 0.74 0.96 0.02 13.75 0.96 0.51
Hex FA 41 A 0 4A 60 2 E 60 33
Octal 372 101 12 0 112 140 2 16 140 63
Binary 11111010 1000001 1010 0 1001010 1100000 10 1110 1100000 110011

Color Harmonies of #FA410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA410A

Black with #FA410A

Text Example


Text Example

White with #FA410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA410A; }

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

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

background-color css

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

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

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

border-color css

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

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

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