Html Css Color HEX #FA550A International Orange

📋 copy color: '#FA550A'

red 250 ◦ green 85 ◦ blue 10

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

Shades of International Orange #FA550A

Tints of International Orange #FA550A

RGB

 RED value IS 250 (98.05% from 255) = 72.46%

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

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

R = 72.46%
G = 24.64%
B = 2.9%

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

#FA550A (or 0xFA550A) is known color: International Orange. HEX triplet: FA, 55 and 0A. RGB value is (250,85,10). Sum of RGB (Red+Green+Blue) = 250+85+10=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA550A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA550A is #05AAF5. Grayscale: #7E7E7E. Windows color (decimal): -371446 or 677370. OLE color: 677370.

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

Color convert

RGB 250 85 10 -
CMYK 0 0.66 0.96 0.02
HSL 18.75º 0.96% 0.51% -
HSV(B) 18.75º 0.96% 0.98% -
XYZ 42.73 26.84 3.22 -
YUV 125.79 62.66 216.6 -
System Red Green Blue C M Y K H S L
Decimal 250 85 10 0 0.66 0.96 0.02 18.75 0.96 0.51
Hex FA 55 A 0 42 60 2 13 60 33
Octal 372 125 12 0 102 140 2 23 140 63
Binary 11111010 1010101 1010 0 1000010 1100000 10 10011 1100000 110011

Color Harmonies of #FA550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA550A

Black with #FA550A

Text Example


Text Example

White with #FA550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA550A; }

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

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

background-color css

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

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

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

border-color css

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

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

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