Html Css Color HEX #FA713C Burnt Orange

📋 copy color: '#FA713C'

red 250 ◦ green 113 ◦ blue 60

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

Shades of Burnt Orange #FA713C

Tints of Burnt Orange #FA713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.71%

 BLUE value IS 60 (23.83% from 255) = 14.18%

R = 59.1%
G = 26.71%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA713C (or 0xFA713C) is known color: Burnt Orange. HEX triplet: FA, 71 and 3C. RGB value is (250,113,60). Sum of RGB (Red+Green+Blue) = 250+113+60=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA713C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA713C is #058EC3. Grayscale: #949494. Windows color (decimal): -364228 or 3961338. OLE color: 3961338.

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

Color convert

RGB 250 113 60 -
CMYK 0 0.55 0.76 0.02
HSL 16.74º 0.95% 0.61% -
HSV(B) 16.74º 0.76% 0.98% -
XYZ 46.15 32.46 8.11 -
YUV 147.92 78.39 200.81 -
System Red Green Blue C M Y K H S L
Decimal 250 113 60 0 0.55 0.76 0.02 16.74 0.95 0.61
Hex FA 71 3C 0 37 4C 2 11 5F 3D
Octal 372 161 74 0 67 114 2 21 137 75
Binary 11111010 1110001 111100 0 110111 1001100 10 10001 1011111 111101

Color Harmonies of #FA713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA713C

Black with #FA713C

Text Example


Text Example

White with #FA713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA713C; }

 p { color: rgb(250,113,60); }

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

background-color css

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

 a { background-color: rgb(250,113,60); }

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

border-color css

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

 span { border-color: rgb(250,113,60); }

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