Html Css Color HEX #FF361A Red Orange

📋 copy color: '#FF361A'

red 255 ◦ green 54 ◦ blue 26

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

Shades of Red Orange #FF361A

Tints of Red Orange #FF361A

RGB

 RED value IS 255 (100% from 255) = 76.12%

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

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 76.12%
G = 16.12%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF361A (or 0xFF361A) is known color: Red Orange. HEX triplet: FF, 36 and 1A. RGB value is (255,54,26). Sum of RGB (Red+Green+Blue) = 255+54+26=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF361A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF361A is #00C9E5. Grayscale: #6F6F6F. Windows color (decimal): -51686 or 1718015. OLE color: 1718015.

HSL color Cylindrical-coordinate representation of color #FF361A: hue angle of 7.34º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF361A is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 54 26 -
CMYK 0 0.79 0.90 0
HSL 7.34º 1% 0.55% -
HSV(B) 7.34º 0.9% 1% -
XYZ 42.75 23.97 3.35 -
YUV 110.91 80.09 230.78 -
System Red Green Blue C M Y K H S L
Decimal 255 54 26 0 0.79 0.90 0 7.34 1 0.55
Hex FF 36 1A 0 4F 5A 0 7 64 37
Octal 377 66 32 0 117 132 0 7 144 67
Binary 11111111 110110 11010 0 1001111 1011010 0 111 1100100 110111

Color Harmonies of #FF361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF361A

Black with #FF361A

Text Example


Text Example

White with #FF361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF361A; }

 p { color: rgb(255,54,26); }

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

background-color css

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

 a { background-color: rgb(255,54,26); }

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

border-color css

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

 span { border-color: rgb(255,54,26); }

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