Html Css Color HEX #FA560B International Orange

📋 copy color: '#FA560B'

red 250 ◦ green 86 ◦ blue 11

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

Shades of International Orange #FA560B

Tints of International Orange #FA560B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.17%

R = 72.05%
G = 24.78%
B = 3.17%

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

#FA560B (or 0xFA560B) is known color: International Orange. HEX triplet: FA, 56 and 0B. RGB value is (250,86,11). Sum of RGB (Red+Green+Blue) = 250+86+11=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA560B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA560B is #05A9F4. Grayscale: #7E7E7E. Windows color (decimal): -371189 or 743162. OLE color: 743162.

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

Color convert

RGB 250 86 11 -
CMYK 0 0.66 0.96 0.02
HSL 18.83º 0.96% 0.51% -
HSV(B) 18.83º 0.96% 0.98% -
XYZ 42.81 27 3.27 -
YUV 126.49 62.83 216.1 -
System Red Green Blue C M Y K H S L
Decimal 250 86 11 0 0.66 0.96 0.02 18.83 0.96 0.51
Hex FA 56 B 0 42 60 2 13 60 33
Octal 372 126 13 0 102 140 2 23 140 63
Binary 11111010 1010110 1011 0 1000010 1100000 10 10011 1100000 110011

Color Harmonies of #FA560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA560B

Black with #FA560B

Text Example


Text Example

White with #FA560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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