Html Css Color HEX #FA570C International Orange

📋 copy color: '#FA570C'

red 250 ◦ green 87 ◦ blue 12

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

Shades of International Orange #FA570C

Tints of International Orange #FA570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.93%

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 71.63%
G = 24.93%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA570C (or 0xFA570C) is known color: International Orange. HEX triplet: FA, 57 and 0C. RGB value is (250,87,12). Sum of RGB (Red+Green+Blue) = 250+87+12=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA570C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA570C is #05A8F3. Grayscale: #7F7F7F. Windows color (decimal): -370932 or 808954. OLE color: 808954.

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

Color convert

RGB 250 87 12 -
CMYK 0 0.65 0.95 0.02
HSL 18.91º 0.96% 0.51% -
HSV(B) 18.91º 0.95% 0.98% -
XYZ 42.9 27.17 3.33 -
YUV 127.19 63 215.6 -
System Red Green Blue C M Y K H S L
Decimal 250 87 12 0 0.65 0.95 0.02 18.91 0.96 0.51
Hex FA 57 C 0 41 5F 2 13 60 33
Octal 372 127 14 0 101 137 2 23 140 63
Binary 11111010 1010111 1100 0 1000001 1011111 10 10011 1100000 110011

Color Harmonies of #FA570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA570C

Black with #FA570C

Text Example


Text Example

White with #FA570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA570C; }

 p { color: rgb(250,87,12); }

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

background-color css

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

 a { background-color: rgb(250,87,12); }

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

border-color css

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

 span { border-color: rgb(250,87,12); }

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