Html Css Color HEX #FF551C International Orange

📋 copy color: '#FF551C'

red 255 ◦ green 85 ◦ blue 28

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

Shades of International Orange #FF551C

Tints of International Orange #FF551C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 69.29%
G = 23.1%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF551C (or 0xFF551C) is known color: International Orange. HEX triplet: FF, 55 and 1C. RGB value is (255,85,28). Sum of RGB (Red+Green+Blue) = 255+85+28=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF551C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF551C is #00AAE3. Grayscale: #818181. Windows color (decimal): -43748 or 1857023. OLE color: 1857023.

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

Color convert

RGB 255 85 28 -
CMYK 0 0.67 0.89 0
HSL 15.07º 1% 0.55% -
HSV(B) 15.07º 0.89% 1% -
XYZ 44.7 27.84 4.12 -
YUV 129.33 70.82 217.63 -
System Red Green Blue C M Y K H S L
Decimal 255 85 28 0 0.67 0.89 0 15.07 1 0.55
Hex FF 55 1C 0 43 59 0 F 64 37
Octal 377 125 34 0 103 131 0 17 144 67
Binary 11111111 1010101 11100 0 1000011 1011001 0 1111 1100100 110111

Color Harmonies of #FF551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF551C

Black with #FF551C

Text Example


Text Example

White with #FF551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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