Html Css Color HEX #FB540B International Orange

📋 copy color: '#FB540B'

red 251 ◦ green 84 ◦ blue 11

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

Shades of International Orange #FB540B

Tints of International Orange #FB540B

RGB

 RED value IS 251 (98.44% from 255) = 72.54%

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

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

R = 72.54%
G = 24.28%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB540B (or 0xFB540B) is known color: International Orange. HEX triplet: FB, 54 and 0B. RGB value is (251,84,11). Sum of RGB (Red+Green+Blue) = 251+84+11=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB540B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB540B is #04ABF4. Grayscale: #7E7E7E. Windows color (decimal): -306165 or 742651. OLE color: 742651.

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

Color convert

RGB 251 84 11 -
CMYK 0 0.67 0.96 0.02
HSL 18.25º 0.97% 0.51% -
HSV(B) 18.25º 0.96% 0.98% -
XYZ 43.01 26.87 3.24 -
YUV 125.61 63.33 217.44 -
System Red Green Blue C M Y K H S L
Decimal 251 84 11 0 0.67 0.96 0.02 18.25 0.97 0.51
Hex FB 54 B 0 43 60 2 12 61 33
Octal 373 124 13 0 103 140 2 22 141 63
Binary 11111011 1010100 1011 0 1000011 1100000 10 10010 1100001 110011

Color Harmonies of #FB540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB540B

Black with #FB540B

Text Example


Text Example

White with #FB540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB540B; }

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

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

background-color css

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

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

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

border-color css

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

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

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