Html Css Color HEX #FB540D International Orange

📋 copy color: '#FB540D'

red 251 ◦ green 84 ◦ blue 13

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

Shades of International Orange #FB540D

Tints of International Orange #FB540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 72.13%
G = 24.14%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB540D (or 0xFB540D) is known color: International Orange. HEX triplet: FB, 54 and 0D. RGB value is (251,84,13). Sum of RGB (Red+Green+Blue) = 251+84+13=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB540D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB540D is #04ABF2. Grayscale: #7E7E7E. Windows color (decimal): -306163 or 873723. OLE color: 873723.

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

Color convert

RGB 251 84 13 -
CMYK 0 0.67 0.95 0.02
HSL 17.9º 0.97% 0.52% -
HSV(B) 17.9º 0.95% 0.98% -
XYZ 43.03 26.88 3.3 -
YUV 125.84 64.33 217.27 -
System Red Green Blue C M Y K H S L
Decimal 251 84 13 0 0.67 0.95 0.02 17.9 0.97 0.52
Hex FB 54 D 0 43 5F 2 12 61 34
Octal 373 124 15 0 103 137 2 22 141 64
Binary 11111011 1010100 1101 0 1000011 1011111 10 10010 1100001 110100

Color Harmonies of #FB540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB540D

Black with #FB540D

Text Example


Text Example

White with #FB540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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