Html Css Color HEX #FA560D International Orange

📋 copy color: '#FA560D'

red 250 ◦ green 86 ◦ blue 13

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

Shades of International Orange #FA560D

Tints of International Orange #FA560D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.72%

R = 71.63%
G = 24.64%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA560D (or 0xFA560D) is known color: International Orange. HEX triplet: FA, 56 and 0D. RGB value is (250,86,13). Sum of RGB (Red+Green+Blue) = 250+86+13=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA560D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA560D is #05A9F2. Grayscale: #7F7F7F. Windows color (decimal): -371187 or 874234. OLE color: 874234.

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

Color convert

RGB 250 86 13 -
CMYK 0 0.66 0.95 0.02
HSL 18.48º 0.96% 0.52% -
HSV(B) 18.48º 0.95% 0.98% -
XYZ 42.82 27.01 3.34 -
YUV 126.71 63.83 215.94 -
System Red Green Blue C M Y K H S L
Decimal 250 86 13 0 0.66 0.95 0.02 18.48 0.96 0.52
Hex FA 56 D 0 42 5F 2 12 60 34
Octal 372 126 15 0 102 137 2 22 140 64
Binary 11111010 1010110 1101 0 1000010 1011111 10 10010 1100000 110100

Color Harmonies of #FA560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA560D

Black with #FA560D

Text Example


Text Example

White with #FA560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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