Html Css Color HEX #FA561A International Orange

📋 copy color: '#FA561A'

red 250 ◦ green 86 ◦ blue 26

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

Shades of International Orange #FA561A

Tints of International Orange #FA561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.76%

 BLUE value IS 26 (10.55% from 255) = 7.18%

R = 69.06%
G = 23.76%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA561A (or 0xFA561A) is known color: International Orange. HEX triplet: FA, 56 and 1A. RGB value is (250,86,26). Sum of RGB (Red+Green+Blue) = 250+86+26=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA561A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA561A is #05A9E5. Grayscale: #808080. Windows color (decimal): -371174 or 1726202. OLE color: 1726202.

HSL color Cylindrical-coordinate representation of color #FA561A: hue angle of 16.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA561A is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 86 26 -
CMYK 0 0.66 0.90 0.02
HSL 16.07º 0.96% 0.54% -
HSV(B) 16.07º 0.9% 0.98% -
XYZ 42.94 27.05 3.94 -
YUV 128.2 70.33 214.88 -
System Red Green Blue C M Y K H S L
Decimal 250 86 26 0 0.66 0.90 0.02 16.07 0.96 0.54
Hex FA 56 1A 0 42 5A 2 10 60 36
Octal 372 126 32 0 102 132 2 20 140 66
Binary 11111010 1010110 11010 0 1000010 1011010 10 10000 1100000 110110

Color Harmonies of #FA561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA561A

Black with #FA561A

Text Example


Text Example

White with #FA561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA561A; }

 p { color: rgb(250,86,26); }

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

background-color css

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

 a { background-color: rgb(250,86,26); }

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

border-color css

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

 span { border-color: rgb(250,86,26); }

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