Html Css Color HEX #FB550A International Orange

📋 copy color: '#FB550A'

red 251 ◦ green 85 ◦ blue 10

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

Shades of International Orange #FB550A

Tints of International Orange #FB550A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.89%

R = 72.54%
G = 24.57%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB550A (or 0xFB550A) is known color: International Orange. HEX triplet: FB, 55 and 0A. RGB value is (251,85,10). Sum of RGB (Red+Green+Blue) = 251+85+10=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB550A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB550A is #04AAF5. Grayscale: #7E7E7E. Windows color (decimal): -305910 or 677371. OLE color: 677371.

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

Color convert

RGB 251 85 10 -
CMYK 0 0.66 0.96 0.02
HSL 18.67º 0.97% 0.51% -
HSV(B) 18.67º 0.96% 0.98% -
XYZ 43.09 27.03 3.23 -
YUV 126.08 62.5 217.1 -
System Red Green Blue C M Y K H S L
Decimal 251 85 10 0 0.66 0.96 0.02 18.67 0.97 0.51
Hex FB 55 A 0 42 60 2 13 61 33
Octal 373 125 12 0 102 140 2 23 141 63
Binary 11111011 1010101 1010 0 1000010 1100000 10 10011 1100001 110011

Color Harmonies of #FB550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB550A

Black with #FB550A

Text Example


Text Example

White with #FB550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB550A; }

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

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

background-color css

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

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

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

border-color css

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

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

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