Html Css Color HEX #FA360F Orange Red

📋 copy color: '#FA360F'

red 250 ◦ green 54 ◦ blue 15

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

Shades of Orange Red #FA360F

Tints of Orange Red #FA360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 78.37%
G = 16.93%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA360F (or 0xFA360F) is known color: Orange Red. HEX triplet: FA, 36 and 0F. RGB value is (250,54,15). Sum of RGB (Red+Green+Blue) = 250+54+15=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA360F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA360F is #05C9F0. Grayscale: #6C6C6C. Windows color (decimal): -379377 or 997114. OLE color: 997114.

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

Color convert

RGB 250 54 15 -
CMYK 0 0.78 0.94 0.02
HSL 9.96º 0.96% 0.52% -
HSV(B) 9.96º 0.94% 0.98% -
XYZ 40.83 23 2.74 -
YUV 108.16 75.43 229.17 -
System Red Green Blue C M Y K H S L
Decimal 250 54 15 0 0.78 0.94 0.02 9.96 0.96 0.52
Hex FA 36 F 0 4E 5E 2 A 60 34
Octal 372 66 17 0 116 136 2 12 140 64
Binary 11111010 110110 1111 0 1001110 1011110 10 1010 1100000 110100

Color Harmonies of #FA360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA360F

Black with #FA360F

Text Example


Text Example

White with #FA360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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