Html Css Color HEX #FA360B Orange Red

📋 copy color: '#FA360B'

red 250 ◦ green 54 ◦ blue 11

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

Shades of Orange Red #FA360B

Tints of Orange Red #FA360B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.49%

R = 79.37%
G = 17.14%
B = 3.49%

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

#FA360B (or 0xFA360B) is known color: Orange Red. HEX triplet: FA, 36 and 0B. RGB value is (250,54,11). Sum of RGB (Red+Green+Blue) = 250+54+11=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA360B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA360B is #05C9F4. Grayscale: #6C6C6C. Windows color (decimal): -379381 or 734970. OLE color: 734970.

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

Color convert

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

Color Harmonies of #FA360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA360B

Black with #FA360B

Text Example


Text Example

White with #FA360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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