Html Css Color HEX #FA360D Orange Red

📋 copy color: '#FA360D'

red 250 ◦ green 54 ◦ blue 13

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

Shades of Orange Red #FA360D

Tints of Orange Red #FA360D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.1%

R = 78.86%
G = 17.03%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA360D (or 0xFA360D) is known color: Orange Red. HEX triplet: FA, 36 and 0D. RGB value is (250,54,13). Sum of RGB (Red+Green+Blue) = 250+54+13=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA360D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA360D is #05C9F2. Grayscale: #6C6C6C. Windows color (decimal): -379379 or 866042. OLE color: 866042.

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

Color convert

RGB 250 54 13 -
CMYK 0 0.78 0.95 0.02
HSL 10.38º 0.96% 0.52% -
HSV(B) 10.38º 0.95% 0.98% -
XYZ 40.82 22.99 2.67 -
YUV 107.93 74.43 229.33 -
System Red Green Blue C M Y K H S L
Decimal 250 54 13 0 0.78 0.95 0.02 10.38 0.96 0.52
Hex FA 36 D 0 4E 5F 2 A 60 34
Octal 372 66 15 0 116 137 2 12 140 64
Binary 11111010 110110 1101 0 1001110 1011111 10 1010 1100000 110100

Color Harmonies of #FA360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA360D

Black with #FA360D

Text Example


Text Example

White with #FA360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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