Html Css Color HEX #FF540B International Orange

📋 copy color: '#FF540B'

red 255 ◦ green 84 ◦ blue 11

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

Shades of International Orange #FF540B

Tints of International Orange #FF540B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.14%

R = 72.86%
G = 24%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF540B (or 0xFF540B) is known color: International Orange. HEX triplet: FF, 54 and 0B. RGB value is (255,84,11). Sum of RGB (Red+Green+Blue) = 255+84+11=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF540B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF540B is #00ABF4. Grayscale: #7F7F7F. Windows color (decimal): -44021 or 742655. OLE color: 742655.

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

Color convert

RGB 255 84 11 -
CMYK 0 0.67 0.96 0
HSL 17.95º 1% 0.52% -
HSV(B) 17.95º 0.96% 1% -
XYZ 44.47 27.62 3.3 -
YUV 126.81 62.65 219.44 -
System Red Green Blue C M Y K H S L
Decimal 255 84 11 0 0.67 0.96 0 17.95 1 0.52
Hex FF 54 B 0 43 60 0 12 64 34
Octal 377 124 13 0 103 140 0 22 144 64
Binary 11111111 1010100 1011 0 1000011 1100000 0 10010 1100100 110100

Color Harmonies of #FF540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF540B

Black with #FF540B

Text Example


Text Example

White with #FF540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF540B; }

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

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

background-color css

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

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

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

border-color css

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

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

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