Html Css Color HEX #FB540E International Orange

📋 copy color: '#FB540E'

red 251 ◦ green 84 ◦ blue 14

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

Shades of International Orange #FB540E

Tints of International Orange #FB540E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.01%

R = 71.92%
G = 24.07%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB540E (or 0xFB540E) is known color: International Orange. HEX triplet: FB, 54 and 0E. RGB value is (251,84,14). Sum of RGB (Red+Green+Blue) = 251+84+14=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB540E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB540E is #04ABF1. Grayscale: #7E7E7E. Windows color (decimal): -306162 or 939259. OLE color: 939259.

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

Color convert

RGB 251 84 14 -
CMYK 0 0.67 0.94 0.02
HSL 17.72º 0.97% 0.52% -
HSV(B) 17.72º 0.94% 0.98% -
XYZ 43.03 26.88 3.34 -
YUV 125.95 64.83 217.19 -
System Red Green Blue C M Y K H S L
Decimal 251 84 14 0 0.67 0.94 0.02 17.72 0.97 0.52
Hex FB 54 E 0 43 5E 2 12 61 34
Octal 373 124 16 0 103 136 2 22 141 64
Binary 11111011 1010100 1110 0 1000011 1011110 10 10010 1100001 110100

Color Harmonies of #FB540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB540E

Black with #FB540E

Text Example


Text Example

White with #FB540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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