Html Css Color HEX #FB550E International Orange

📋 copy color: '#FB550E'

red 251 ◦ green 85 ◦ blue 14

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

Shades of International Orange #FB550E

Tints of International Orange #FB550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

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

R = 71.71%
G = 24.29%
B = 4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB550E (or 0xFB550E) is known color: International Orange. HEX triplet: FB, 55 and 0E. RGB value is (251,85,14). Sum of RGB (Red+Green+Blue) = 251+85+14=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB550E is #04AAF1. Grayscale: #7E7E7E. Windows color (decimal): -305906 or 939515. OLE color: 939515.

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

Color convert

RGB 251 85 14 -
CMYK 0 0.66 0.94 0.02
HSL 17.97º 0.97% 0.52% -
HSV(B) 17.97º 0.94% 0.98% -
XYZ 43.11 27.04 3.36 -
YUV 126.54 64.5 216.77 -
System Red Green Blue C M Y K H S L
Decimal 251 85 14 0 0.66 0.94 0.02 17.97 0.97 0.52
Hex FB 55 E 0 42 5E 2 12 61 34
Octal 373 125 16 0 102 136 2 22 141 64
Binary 11111011 1010101 1110 0 1000010 1011110 10 10010 1100001 110100

Color Harmonies of #FB550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB550E

Black with #FB550E

Text Example


Text Example

White with #FB550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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