Html Css Color HEX #FA360A Orange Red

📋 copy color: '#FA360A'

red 250 ◦ green 54 ◦ blue 10

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

Shades of Orange Red #FA360A

Tints of Orange Red #FA360A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 79.62%
G = 17.2%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA360A (or 0xFA360A) is known color: Orange Red. HEX triplet: FA, 36 and 0A. RGB value is (250,54,10). Sum of RGB (Red+Green+Blue) = 250+54+10=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA360A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA360A is #05C9F5. Grayscale: #6B6B6B. Windows color (decimal): -379382 or 669434. OLE color: 669434.

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

Color convert

RGB 250 54 10 -
CMYK 0 0.78 0.96 0.02
HSL 11º 0.96% 0.51% -
HSV(B) 11º 0.96% 0.98% -
XYZ 40.8 22.98 2.57 -
YUV 107.59 72.93 229.58 -
System Red Green Blue C M Y K H S L
Decimal 250 54 10 0 0.78 0.96 0.02 11 0.96 0.51
Hex FA 36 A 0 4E 60 2 B 60 33
Octal 372 66 12 0 116 140 2 13 140 63
Binary 11111010 110110 1010 0 1001110 1100000 10 1011 1100000 110011

Color Harmonies of #FA360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA360A

Black with #FA360A

Text Example


Text Example

White with #FA360A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA360A; }

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

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

background-color css

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

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

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

border-color css

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

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

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