Html Css Color HEX #FB5B0E International Orange

📋 copy color: '#FB5B0E'

red 251 ◦ green 91 ◦ blue 14

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

Shades of International Orange #FB5B0E

Tints of International Orange #FB5B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.56%

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

R = 70.51%
G = 25.56%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB5B0E (or 0xFB5B0E) is known color: International Orange. HEX triplet: FB, 5B and 0E. RGB value is (251,91,14). Sum of RGB (Red+Green+Blue) = 251+91+14=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5B0E is #04A4F1. Grayscale: #828282. Windows color (decimal): -304370 or 941051. OLE color: 941051.

HSL color Cylindrical-coordinate representation of color #FB5B0E: hue angle of 19.49º 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 #FB5B0E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 91 14 -
CMYK 0 0.64 0.94 0.02
HSL 19.49º 0.97% 0.52% -
HSV(B) 19.49º 0.94% 0.98% -
XYZ 43.6 28.02 3.53 -
YUV 130.06 62.51 214.26 -
System Red Green Blue C M Y K H S L
Decimal 251 91 14 0 0.64 0.94 0.02 19.49 0.97 0.52
Hex FB 5B E 0 40 5E 2 13 61 34
Octal 373 133 16 0 100 136 2 23 141 64
Binary 11111011 1011011 1110 0 1000000 1011110 10 10011 1100001 110100

Color Harmonies of #FB5B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5B0E

Black with #FB5B0E

Text Example


Text Example

White with #FB5B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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