Html Css Color HEX #FF541C International Orange

📋 copy color: '#FF541C'

red 255 ◦ green 84 ◦ blue 28

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

Shades of International Orange #FF541C

Tints of International Orange #FF541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

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

R = 69.48%
G = 22.89%
B = 7.63%

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

#FF541C (or 0xFF541C) is known color: International Orange. HEX triplet: FF, 54 and 1C. RGB value is (255,84,28). Sum of RGB (Red+Green+Blue) = 255+84+28=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF541C is #00ABE3. Grayscale: #818181. Windows color (decimal): -44004 or 1856767. OLE color: 1856767.

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

Color convert

RGB 255 84 28 -
CMYK 0 0.67 0.89 0
HSL 14.8º 1% 0.55% -
HSV(B) 14.8º 0.89% 1% -
XYZ 44.62 27.68 4.09 -
YUV 128.75 71.15 218.05 -
System Red Green Blue C M Y K H S L
Decimal 255 84 28 0 0.67 0.89 0 14.8 1 0.55
Hex FF 54 1C 0 43 59 0 F 64 37
Octal 377 124 34 0 103 131 0 17 144 67
Binary 11111111 1010100 11100 0 1000011 1011001 0 1111 1100100 110111

Color Harmonies of #FF541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF541C

Black with #FF541C

Text Example


Text Example

White with #FF541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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