Html Css Color HEX #FF551A International Orange

📋 copy color: '#FF551A'

red 255 ◦ green 85 ◦ blue 26

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

Shades of International Orange #FF551A

Tints of International Orange #FF551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

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

R = 69.67%
G = 23.22%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF551A (or 0xFF551A) is known color: International Orange. HEX triplet: FF, 55 and 1A. RGB value is (255,85,26). Sum of RGB (Red+Green+Blue) = 255+85+26=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF551A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF551A is #00AAE5. Grayscale: #818181. Windows color (decimal): -43750 or 1725951. OLE color: 1725951.

HSL color Cylindrical-coordinate representation of color #FF551A: hue angle of 15.46º 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 #FF551A is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 85 26 -
CMYK 0 0.67 0.90 0
HSL 15.46º 1% 0.55% -
HSV(B) 15.46º 0.9% 1% -
XYZ 44.67 27.83 3.99 -
YUV 129.1 69.82 217.8 -
System Red Green Blue C M Y K H S L
Decimal 255 85 26 0 0.67 0.90 0 15.46 1 0.55
Hex FF 55 1A 0 43 5A 0 F 64 37
Octal 377 125 32 0 103 132 0 17 144 67
Binary 11111111 1010101 11010 0 1000011 1011010 0 1111 1100100 110111

Color Harmonies of #FF551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF551A

Black with #FF551A

Text Example


Text Example

White with #FF551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF551A; }

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

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

background-color css

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

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

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

border-color css

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

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

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